Html Css Color HEX #1EDDF2 Bright Turquoise

📋 copy color: '#1EDDF2'

red 30 ◦ green 221 ◦ blue 242

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

Shades of Bright Turquoise #1EDDF2

Tints of Bright Turquoise #1EDDF2

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.83%

 BLUE value IS 242 (94.92% from 255) = 49.09%

R = 6.09%
G = 44.83%
B = 49.09%

CMYK

 C value IS 0.88

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1EDDF2 (or 0x1EDDF2) is known color: Bright Turquoise. HEX triplet: 1E, DD and F2. RGB value is (30,221,242). Sum of RGB (Red+Green+Blue) = 30+221+242=493 (65% of max value = 765). Red value is 30 (12.11% from 255 or 6.09% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 242 (94.92% from 255 or 49.09% from 493); Max value from RGB is 242 - color contains mainly: blue. Hex color #1EDDF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EDDF2 is #E1220D. Grayscale: #A6A6A6. Windows color (decimal): -14754318 or 15916318. OLE color: 15916318.

HSL color Cylindrical-coordinate representation of color #1EDDF2: hue angle of 185.94º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EDDF2 is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 30 221 242 -
CMYK 0.88 0.09 0 0.05
HSL 185.94º 0.89% 0.53% -
HSV(B) 185.94º 0.88% 0.95% -
XYZ 42.42 58.4 93.04 -
YUV 166.29 170.72 30.79 -
System Red Green Blue C M Y K H S L
Decimal 30 221 242 0.88 0.09 0 0.05 185.94 0.89 0.53
Hex 1E DD F2 58 9 0 5 BA 59 35
Octal 36 335 362 130 11 0 5 272 131 65
Binary 11110 11011101 11110010 1011000 1001 0 101 10111010 1011001 110101

Color Harmonies of #1EDDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDDF2

Black with #1EDDF2

Text Example


Text Example

White with #1EDDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,221,242); }

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

background-color css

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

 a { background-color: rgb(30,221,242); }

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

border-color css

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

 span { border-color: rgb(30,221,242); }

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