#1DF9CD

Color #1DF9CD Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #1DF9CD

Tints of Bright Turquoise #1DF9CD

Color information

#1DF9CD (or 0x1DF9CD) is unknown color: approx Bright Turquoise. HEX triplet: 1D, F9 and CD. RGB value is (29,249,205). Sum of RGB (Red+Green+Blue) = 29+249+205=483 (63% of max value = 765). Red value is 29 (11.72% from 255 or 6.00% from 483); Green value is 249 (97.66% from 255 or 51.55% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 249 - color contains mainly: green. Hex color #1DF9CD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DF9CD is #E20632. Grayscale: #B2B2B2. Windows color (decimal): -14812723 or 13498653. OLE color: 13498653.

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

Color convert

RGB29249205-
CMYK0.8800.180.02
HSL168º94.83%54.51%-
HSV(B)168º88.35%97.65%-
XYZ45.472.4269.34-
YUV178.2143.1121.58-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 6.00%
GREEN value IS 249 (97.66% from 255) = 51.55%
BLUE value IS 205 (80.47% from 255) = 42.44%
R=6.00%
G=51.55%
B=42.44%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal292492050.8800.180.0216894.8354.51
Hex1DF9CD580122a85f37
Octal35371315130022225013767
Binary111011111100111001101101100001001010101010001011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DF9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1DF9CD;
 }
 .AnyTagClassName
 {
   color: #1DF9CD;
 }
</style>
background-color css

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

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

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

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

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

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