#5FCEE1

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

Shades of Turquoise Blue #5FCEE1

Tints of Turquoise Blue #5FCEE1

Color information

#5FCEE1 (or 0x5FCEE1) is unknown color: approx Turquoise Blue. HEX triplet: 5F, CE and E1. RGB value is (95,206,225). Sum of RGB (Red+Green+Blue) = 95+206+225=526 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.06% from 526); Green value is 206 (80.86% from 255 or 39.16% from 526); Blue value is 225 (88.28% from 255 or 42.78% from 526); Max value from RGB is 225 - color contains mainly: blue. Hex color #5FCEE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCEE1 is #A0311E. Grayscale: #AEAEAE. Windows color (decimal): -10498335 or 14798431. OLE color: 14798431.

HSL color Cylindrical-coordinate representation of color #5FCEE1: hue angle of 188.77º 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 #5FCEE1 is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB95206225-
CMYK0.580.0800.12
HSL188.77º68.42%62.75%-
HSV(B)188.77º57.78%88.24%-
XYZ40.3852.0179.15-
YUV174.98156.2370.96-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.06%
GREEN value IS 206 (80.86% from 255) = 39.16%
BLUE value IS 225 (88.28% from 255) = 42.78%
R=18.06%
G=39.16%
B=42.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal952062250.580.0800.12188.7768.4262.75
Hex5FCEE13A80Cbd443f
Octal137316341721001427510477
Binary10111111100111011100001111010100001100101111011000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FCEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,206,225); }

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

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

 a { background-color: rgb(95,206,225); }

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

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

 span { border-color: rgb(95,206,225); }

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