Html Css Color HEX #1DEEE2 Bright Turquoise

📋 copy color: '#1DEEE2'

red 29 ◦ green 238 ◦ blue 226

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

Shades of Bright Turquoise #1DEEE2

Tints of Bright Turquoise #1DEEE2

RGB

 RED value IS 29 (11.72% from 255) = 5.88%

 GREEN value IS 238 (93.36% from 255) = 48.28%

 BLUE value IS 226 (88.67% from 255) = 45.84%

R = 5.88%
G = 48.28%
B = 45.84%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#1DEEE2 (or 0x1DEEE2) is known color: Bright Turquoise. HEX triplet: 1D, EE and E2. RGB value is (29,238,226). Sum of RGB (Red+Green+Blue) = 29+238+226=493 (65% of max value = 765). Red value is 29 (11.72% from 255 or 5.88% from 493); Green value is 238 (93.36% from 255 or 48.28% from 493); Blue value is 226 (88.67% from 255 or 45.84% from 493); Max value from RGB is 238 - color contains mainly: green. Hex color #1DEEE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DEEE2 is #E2111D. Grayscale: #ADADAD. Windows color (decimal): -14815518 or 14872093. OLE color: 14872093.

HSL color Cylindrical-coordinate representation of color #1DEEE2: hue angle of 176.56º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DEEE2 is Cyan = 0.88, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 29 238 226 -
CMYK 0.88 0 0.05 0.07
HSL 176.56º 0.86% 0.52% -
HSV(B) 176.56º 0.88% 0.93% -
XYZ 44.81 66.9 82.5 -
YUV 174.14 157.26 24.48 -
System Red Green Blue C M Y K H S L
Decimal 29 238 226 0.88 0 0.05 0.07 176.56 0.86 0.52
Hex 1D EE E2 58 0 5 7 B1 56 34
Octal 35 356 342 130 0 5 7 261 126 64
Binary 11101 11101110 11100010 1011000 0 101 111 10110001 1010110 110100

Color Harmonies of #1DEEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DEEE2

Black with #1DEEE2

Text Example


Text Example

White with #1DEEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,238,226); }

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

background-color css

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

 a { background-color: rgb(29,238,226); }

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

border-color css

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

 span { border-color: rgb(29,238,226); }

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