#5FCCD5

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

Shades of Turquoise Blue #5FCCD5

Tints of Turquoise Blue #5FCCD5

Color information

#5FCCD5 (or 0x5FCCD5) is unknown color: approx Turquoise Blue. HEX triplet: 5F, CC and D5. RGB value is (95,204,213). Sum of RGB (Red+Green+Blue) = 95+204+213=512 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.55% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 213 (83.59% from 255 or 41.60% from 512); Max value from RGB is 213 - color contains mainly: blue. Hex color #5FCCD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCCD5 is #A0332A. Grayscale: #ACACAC. Windows color (decimal): -10498859 or 14011487. OLE color: 14011487.

HSL color Cylindrical-coordinate representation of color #5FCCD5: hue angle of 184.58º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5FCCD5 is Cyan = 0.55, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB95204213-
CMYK0.550.0400.16
HSL184.58º58.42%60.39%-
HSV(B)184.58º55.4%83.53%-
XYZ38.3250.4270.66-
YUV172.44150.8972.77-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.55%
GREEN value IS 204 (80.08% from 255) = 39.84%
BLUE value IS 213 (83.59% from 255) = 41.60%
R=18.55%
G=39.84%
B=41.60%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal952042130.550.0400.16184.5858.4260.39
Hex5FCCD5374010b93a3c
Octal1373143256740202717274
Binary1011111110011001101010111011110001000010111001111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FCCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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