#1CD9CD

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

Shades of Bright Turquoise #1CD9CD

Tints of Bright Turquoise #1CD9CD

Color information

#1CD9CD (or 0x1CD9CD) is unknown color: approx Bright Turquoise. HEX triplet: 1C, D9 and CD. RGB value is (28,217,205). Sum of RGB (Red+Green+Blue) = 28+217+205=450 (59% of max value = 765). Red value is 28 (11.33% from 255 or 6.22% from 450); Green value is 217 (85.16% from 255 or 48.22% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 217 - color contains mainly: green. Hex color #1CD9CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CD9CD is #E32632. Grayscale: #9E9E9E. Windows color (decimal): -14886451 or 13490460. OLE color: 13490460.

HSL color Cylindrical-coordinate representation of color #1CD9CD: hue angle of 176.19º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD9CD is Cyan = 0.87, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB28217205-
CMYK0.8700.060.15
HSL176.19º77.14%48.04%-
HSV(B)176.19º87.1%85.1%-
XYZ36.3154.2866.32-
YUV159.12153.8834.48-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.22%
GREEN value IS 217 (85.16% from 255) = 48.22%
BLUE value IS 205 (80.47% from 255) = 45.56%
R=6.22%
G=48.22%
B=45.56%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal282172050.8700.060.15176.1977.1448.04
Hex1CD9CD5706Fb04d30
Octal34331315127061726011560
Binary111001101100111001101101011101101111101100001001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CD9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,217,205); }

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

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

 a { background-color: rgb(28,217,205); }

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

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

 span { border-color: rgb(28,217,205); }

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