Html Css Color HEX #1DF9CB Bright Turquoise

📋 copy color: '#1DF9CB'

red 29 ◦ green 249 ◦ blue 203

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

Shades of Bright Turquoise #1DF9CB

Tints of Bright Turquoise #1DF9CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.2%

R = 6.03%
G = 51.77%
B = 42.2%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#1DF9CB (or 0x1DF9CB) is known color: Bright Turquoise. HEX triplet: 1D, F9 and CB. RGB value is (29,249,203). Sum of RGB (Red+Green+Blue) = 29+249+203=481 (63% of max value = 765). Red value is 29 (11.72% from 255 or 6.03% from 481); Green value is 249 (97.66% from 255 or 51.77% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 249 - color contains mainly: green. Hex color #1DF9CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DF9CB is #E20634. Grayscale: #B1B1B1. Windows color (decimal): -14812725 or 13367581. OLE color: 13367581.

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

Color convert

RGB 29 249 203 -
CMYK 0.88 0 0.18 0.02
HSL 167.45º 0.95% 0.55% -
HSV(B) 167.45º 0.88% 0.98% -
XYZ 45.16 72.32 68.08 -
YUV 177.98 142.11 21.74 -
System Red Green Blue C M Y K H S L
Decimal 29 249 203 0.88 0 0.18 0.02 167.45 0.95 0.55
Hex 1D F9 CB 58 0 12 2 A7 5F 37
Octal 35 371 313 130 0 22 2 247 137 67
Binary 11101 11111001 11001011 1011000 0 10010 10 10100111 1011111 110111

Color Harmonies of #1DF9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DF9CB

Black with #1DF9CB

Text Example


Text Example

White with #1DF9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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