Html Css Color HEX #1DEECE Bright Turquoise

📋 copy color: '#1DEECE'

red 29 ◦ green 238 ◦ blue 206

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

Shades of Bright Turquoise #1DEECE

Tints of Bright Turquoise #1DEECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.55%

R = 6.13%
G = 50.32%
B = 43.55%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#1DEECE (or 0x1DEECE) is known color: Bright Turquoise. HEX triplet: 1D, EE and CE. RGB value is (29,238,206). Sum of RGB (Red+Green+Blue) = 29+238+206=473 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.13% from 473); Green value is 238 (93.36% from 255 or 50.32% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 238 - color contains mainly: green. Hex color #1DEECE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DEECE is #E21131. Grayscale: #ABABAB. Windows color (decimal): -14815538 or 13561373. OLE color: 13561373.

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

Color convert

RGB 29 238 206 -
CMYK 0.88 0 0.13 0.07
HSL 170.81º 0.86% 0.52% -
HSV(B) 170.81º 0.88% 0.93% -
XYZ 42.22 65.87 68.88 -
YUV 171.86 147.26 26.1 -
System Red Green Blue C M Y K H S L
Decimal 29 238 206 0.88 0 0.13 0.07 170.81 0.86 0.52
Hex 1D EE CE 58 0 D 7 AB 56 34
Octal 35 356 316 130 0 15 7 253 126 64
Binary 11101 11101110 11001110 1011000 0 1101 111 10101011 1010110 110100

Color Harmonies of #1DEECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DEECE

Black with #1DEECE

Text Example


Text Example

White with #1DEECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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