#1FCCE5

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

Shades of Dark Turquoise #1FCCE5

Tints of Dark Turquoise #1FCCE5

Color information

#1FCCE5 (or 0x1FCCE5) is unknown color: approx Dark Turquoise. HEX triplet: 1F, CC and E5. RGB value is (31,204,229). Sum of RGB (Red+Green+Blue) = 31+204+229=464 (61% of max value = 765). Red value is 31 (12.5% from 255 or 6.68% from 464); Green value is 204 (80.08% from 255 or 43.97% from 464); Blue value is 229 (89.84% from 255 or 49.35% from 464); Max value from RGB is 229 - color contains mainly: blue. Hex color #1FCCE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCCE5 is #E0331A. Grayscale: #9A9A9A. Windows color (decimal): -14693147 or 15059999. OLE color: 15059999.

HSL color Cylindrical-coordinate representation of color #1FCCE5: hue angle of 187.58º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FCCE5 is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB31204229-
CMYK0.860.1100.10
HSL187.58º79.2%50.98%-
HSV(B)187.58º86.46%89.8%-
XYZ36.349.1381.7-
YUV155.12169.6939.47-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 6.68%
GREEN value IS 204 (80.08% from 255) = 43.97%
BLUE value IS 229 (89.84% from 255) = 49.35%
R=6.68%
G=43.97%
B=49.35%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal312042290.860.1100.10187.5879.250.98
Hex1FCCE556B0Abc4f33
Octal373143451261301227411763
Binary1111111001100111001011010110101101010101111001001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FCCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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