Html Css Color HEX #1DDEEC Bright Turquoise

📋 copy color: '#1DDEEC'

red 29 ◦ green 222 ◦ blue 236

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

Shades of Bright Turquoise #1DDEEC

Tints of Bright Turquoise #1DDEEC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.59%

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

R = 5.95%
G = 45.59%
B = 48.46%

CMYK

 C value IS 0.88

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1DDEEC (or 0x1DDEEC) is known color: Bright Turquoise. HEX triplet: 1D, DE and EC. RGB value is (29,222,236). Sum of RGB (Red+Green+Blue) = 29+222+236=487 (64% of max value = 765). Red value is 29 (11.72% from 255 or 5.95% from 487); Green value is 222 (87.11% from 255 or 45.59% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 236 - color contains mainly: blue. Hex color #1DDEEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DDEEC is #E22113. Grayscale: #A5A5A5. Windows color (decimal): -14819604 or 15523357. OLE color: 15523357.

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

Color convert

RGB 29 222 236 -
CMYK 0.88 0.06 0 0.07
HSL 184.06º 0.84% 0.52% -
HSV(B) 184.06º 0.88% 0.93% -
XYZ 41.77 58.56 88.46 -
YUV 165.89 167.56 30.36 -
System Red Green Blue C M Y K H S L
Decimal 29 222 236 0.88 0.06 0 0.07 184.06 0.84 0.52
Hex 1D DE EC 58 6 0 7 B8 54 34
Octal 35 336 354 130 6 0 7 270 124 64
Binary 11101 11011110 11101100 1011000 110 0 111 10111000 1010100 110100

Color Harmonies of #1DDEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DDEEC

Black with #1DDEEC

Text Example


Text Example

White with #1DDEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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