#1FCCD6

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

Shades of Dark Turquoise #1FCCD6

Tints of Dark Turquoise #1FCCD6

Color information

#1FCCD6 (or 0x1FCCD6) is unknown color: approx Dark Turquoise. HEX triplet: 1F, CC and D6. RGB value is (31,204,214). Sum of RGB (Red+Green+Blue) = 31+204+214=449 (59% of max value = 765). Red value is 31 (12.5% from 255 or 6.90% from 449); Green value is 204 (80.08% from 255 or 45.43% from 449); Blue value is 214 (83.98% from 255 or 47.66% from 449); Max value from RGB is 214 - color contains mainly: blue. Hex color #1FCCD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCCD6 is #E03329. Grayscale: #999999. Windows color (decimal): -14693162 or 14076959. OLE color: 14076959.

HSL color Cylindrical-coordinate representation of color #1FCCD6: hue angle of 183.28º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FCCD6 is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB31204214-
CMYK0.860.0500.16
HSL183.28º74.69%48.04%-
HSV(B)183.28º85.51%83.92%-
XYZ34.348.3371.14-
YUV153.41162.1940.69-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 6.90%
GREEN value IS 204 (80.08% from 255) = 45.43%
BLUE value IS 214 (83.98% from 255) = 47.66%
R=6.90%
G=45.43%
B=47.66%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal312042140.860.0500.16183.2874.6948.04
Hex1FCCD6565010b74b30
Octal37314326126502026711360
Binary1111111001100110101101010110101010000101101111001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FCCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,204,214); }

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

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

 a { background-color: rgb(31,204,214); }

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

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

 span { border-color: rgb(31,204,214); }

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