Html Css Color HEX #1EDAD4 Bright Turquoise

📋 copy color: '#1EDAD4'

red 30 ◦ green 218 ◦ blue 212

#1EDAD4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Turquoise #1EDAD4

Tints of Bright Turquoise #1EDAD4

RGB

 RED value IS 30 (12.11% from 255) = 6.52%

 GREEN value IS 218 (85.55% from 255) = 47.39%

 BLUE value IS 212 (83.2% from 255) = 46.09%

R = 6.52%
G = 47.39%
B = 46.09%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.03

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#1EDAD4 (or 0x1EDAD4) is known color: Bright Turquoise. HEX triplet: 1E, DA and D4. RGB value is (30,218,212). Sum of RGB (Red+Green+Blue) = 30+218+212=460 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.52% from 460); Green value is 218 (85.55% from 255 or 47.39% from 460); Blue value is 212 (83.20% from 255 or 46.09% from 460); Max value from RGB is 218 - color contains mainly: green. Hex color #1EDAD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EDAD4 is #E1252B. Grayscale: #A0A0A0. Windows color (decimal): -14755116 or 13949470. OLE color: 13949470.

HSL color Cylindrical-coordinate representation of color #1EDAD4: hue angle of 178.09º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EDAD4 is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 30 218 212 -
CMYK 0.86 0 0.03 0.15
HSL 178.09º 0.76% 0.49% -
HSV(B) 178.09º 0.86% 0.85% -
XYZ 37.49 55.17 70.96 -
YUV 161.1 156.72 34.49 -
System Red Green Blue C M Y K H S L
Decimal 30 218 212 0.86 0 0.03 0.15 178.09 0.76 0.49
Hex 1E DA D4 56 0 3 F B2 4C 31
Octal 36 332 324 126 0 3 17 262 114 61
Binary 11110 11011010 11010100 1010110 0 11 1111 10110010 1001100 110001

Color Harmonies of #1EDAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDAD4

Black with #1EDAD4

Text Example


Text Example

White with #1EDAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1EDAD4; }

 p { color: rgb(30,218,212); }

 H1.HeaderClassName
 {
   color: #1EDAD4;
 }
 .AnyTagClassName
 {
   color: #1EDAD4;
 }
</style>

background-color css

<style>
 a { background-color: #1EDAD4; }

 a { background-color: rgb(30,218,212); }

 div.DivClassName
 {
   background-color: #1EDAD4;
 }
 .BgClassName
 {
   background-color: #1EDAD4;
 }
</style>

border-color css

<style>
 span { border-color: #1EDAD4; }

 span { border-color: rgb(30,218,212); }

 td.TdClassName
 {
   border-color: #1EDAD4;
 }
 .TagClassName
 {
   border-color: #1EDAD4;
 }
</style>