Html Css Color HEX #1DF9CE Bright Turquoise

📋 copy color: '#1DF9CE'

red 29 ◦ green 249 ◦ blue 206

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

Shades of Bright Turquoise #1DF9CE

Tints of Bright Turquoise #1DF9CE

RGB

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

 GREEN value IS 249 (97.66% from 255) = 51.45%

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

R = 5.99%
G = 51.45%
B = 42.56%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#1DF9CE (or 0x1DF9CE) is known color: Bright Turquoise. HEX triplet: 1D, F9 and CE. RGB value is (29,249,206). Sum of RGB (Red+Green+Blue) = 29+249+206=484 (64% of max value = 765). Red value is 29 (11.72% from 255 or 5.99% from 484); Green value is 249 (97.66% from 255 or 51.45% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 249 - color contains mainly: green. Hex color #1DF9CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DF9CE is #E20631. Grayscale: #B2B2B2. Windows color (decimal): -14812722 or 13564189. OLE color: 13564189.

HSL color Cylindrical-coordinate representation of color #1DF9CE: hue angle of 168.27º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF9CE is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 29 249 206 -
CMYK 0.88 0 0.17 0.02
HSL 168.27º 0.95% 0.55% -
HSV(B) 168.27º 0.88% 0.98% -
XYZ 45.52 72.47 69.98 -
YUV 178.32 143.61 21.5 -
System Red Green Blue C M Y K H S L
Decimal 29 249 206 0.88 0 0.17 0.02 168.27 0.95 0.55
Hex 1D F9 CE 58 0 11 2 A8 5F 37
Octal 35 371 316 130 0 21 2 250 137 67
Binary 11101 11111001 11001110 1011000 0 10001 10 10101000 1011111 110111

Color Harmonies of #1DF9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DF9CE

Black with #1DF9CE

Text Example


Text Example

White with #1DF9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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