#5FCCE0

Color #5FCCE0 Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #5FCCE0

Tints of Turquoise Blue #5FCCE0

Color information

#5FCCE0 (or 0x5FCCE0) is unknown color: approx Turquoise Blue. HEX triplet: 5F, CC and E0. RGB value is (95,204,224). Sum of RGB (Red+Green+Blue) = 95+204+224=523 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.16% from 523); Green value is 204 (80.08% from 255 or 39.01% from 523); Blue value is 224 (87.89% from 255 or 42.83% from 523); Max value from RGB is 224 - color contains mainly: blue. Hex color #5FCCE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCCE0 is #A0331F. Grayscale: #ADADAD. Windows color (decimal): -10498848 or 14732383. OLE color: 14732383.

HSL color Cylindrical-coordinate representation of color #5FCCE0: hue angle of 189.3º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5FCCE0 is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB95204224-
CMYK0.580.0900.12
HSL189.3º67.54%62.55%-
HSV(B)189.3º57.59%87.84%-
XYZ39.775178.27-
YUV173.69156.3971.87-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.16%
GREEN value IS 204 (80.08% from 255) = 39.01%
BLUE value IS 224 (87.89% from 255) = 42.83%
R=18.16%
G=39.01%
B=42.83%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal952042240.580.0900.12189.367.5462.55
Hex5FCCE03A90Cbd443f
Octal137314340721101427510477
Binary10111111100110011100000111010100101100101111011000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FCCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FCCE0; }

 p { color: rgb(95,204,224); }

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

<style>
 a { background-color: #5FCCE0; }

 a { background-color: rgb(95,204,224); }

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

<style>
 span { border-color: #5FCCE0; }

 span { border-color: rgb(95,204,224); }

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