Html Css Color HEX #1DF9CC Bright Turquoise

📋 copy color: '#1DF9CC'

red 29 ◦ green 249 ◦ blue 204

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

Shades of Bright Turquoise #1DF9CC

Tints of Bright Turquoise #1DF9CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.32%

R = 6.02%
G = 51.66%
B = 42.32%

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

#1DF9CC (or 0x1DF9CC) is known color: Bright Turquoise. HEX triplet: 1D, F9 and CC. RGB value is (29,249,204). Sum of RGB (Red+Green+Blue) = 29+249+204=482 (63% of max value = 765). Red value is 29 (11.72% from 255 or 6.02% from 482); Green value is 249 (97.66% from 255 or 51.66% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 249 - color contains mainly: green. Hex color #1DF9CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DF9CC is #E20633. Grayscale: #B2B2B2. Windows color (decimal): -14812724 or 13433117. OLE color: 13433117.

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

Color convert

RGB 29 249 204 -
CMYK 0.88 0 0.18 0.02
HSL 167.73º 0.95% 0.55% -
HSV(B) 167.73º 0.88% 0.98% -
XYZ 45.28 72.37 68.71 -
YUV 178.09 142.61 21.66 -
System Red Green Blue C M Y K H S L
Decimal 29 249 204 0.88 0 0.18 0.02 167.73 0.95 0.55
Hex 1D F9 CC 58 0 12 2 A8 5F 37
Octal 35 371 314 130 0 22 2 250 137 67
Binary 11101 11111001 11001100 1011000 0 10010 10 10101000 1011111 110111

Color Harmonies of #1DF9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DF9CC

Black with #1DF9CC

Text Example


Text Example

White with #1DF9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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