Html Css Color HEX #1DEEC3 Bright Turquoise

📋 copy color: '#1DEEC3'

red 29 ◦ green 238 ◦ blue 195

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

Shades of Bright Turquoise #1DEEC3

Tints of Bright Turquoise #1DEEC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 42.21%

R = 6.28%
G = 51.52%
B = 42.21%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#1DEEC3 (or 0x1DEEC3) is known color: Bright Turquoise. HEX triplet: 1D, EE and C3. RGB value is (29,238,195). Sum of RGB (Red+Green+Blue) = 29+238+195=462 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.28% from 462); Green value is 238 (93.36% from 255 or 51.52% from 462); Blue value is 195 (76.56% from 255 or 42.21% from 462); Max value from RGB is 238 - color contains mainly: green. Hex color #1DEEC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DEEC3 is #E2113C. Grayscale: #AAAAAA. Windows color (decimal): -14815549 or 12840477. OLE color: 12840477.

HSL color Cylindrical-coordinate representation of color #1DEEC3: hue angle of 167.66º 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 #1DEEC3 is Cyan = 0.88, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 29 238 195 -
CMYK 0.88 0 0.18 0.07
HSL 167.66º 0.86% 0.52% -
HSV(B) 167.66º 0.88% 0.93% -
XYZ 40.93 65.35 62.09 -
YUV 170.61 141.76 27 -
System Red Green Blue C M Y K H S L
Decimal 29 238 195 0.88 0 0.18 0.07 167.66 0.86 0.52
Hex 1D EE C3 58 0 12 7 A8 56 34
Octal 35 356 303 130 0 22 7 250 126 64
Binary 11101 11101110 11000011 1011000 0 10010 111 10101000 1010110 110100

Color Harmonies of #1DEEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DEEC3

Black with #1DEEC3

Text Example


Text Example

White with #1DEEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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