Html Css Color HEX #1DEEEC Bright Turquoise

📋 copy color: '#1DEEEC'

red 29 ◦ green 238 ◦ blue 236

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

Shades of Bright Turquoise #1DEEEC

Tints of Bright Turquoise #1DEEEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.92%

R = 5.77%
G = 47.32%
B = 46.92%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#1DEEEC (or 0x1DEEEC) is known color: Bright Turquoise. HEX triplet: 1D, EE and EC. RGB value is (29,238,236). Sum of RGB (Red+Green+Blue) = 29+238+236=503 (66% of max value = 765). Red value is 29 (11.72% from 255 or 5.77% from 503); Green value is 238 (93.36% from 255 or 47.32% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 238 - color contains mainly: green. Hex color #1DEEEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1DEEEC is #E21113. Grayscale: #AFAFAF. Windows color (decimal): -14815508 or 15527453. OLE color: 15527453.

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

Color convert

RGB 29 238 236 -
CMYK 0.88 0 0.01 0.07
HSL 179.43º 0.86% 0.52% -
HSV(B) 179.43º 0.88% 0.93% -
XYZ 46.22 67.47 89.94 -
YUV 175.28 162.26 23.66 -
System Red Green Blue C M Y K H S L
Decimal 29 238 236 0.88 0 0.01 0.07 179.43 0.86 0.52
Hex 1D EE EC 58 0 1 7 B3 56 34
Octal 35 356 354 130 0 1 7 263 126 64
Binary 11101 11101110 11101100 1011000 0 1 111 10110011 1010110 110100

Color Harmonies of #1DEEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DEEEC

Black with #1DEEEC

Text Example


Text Example

White with #1DEEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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