#5fcbeb

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

Shades of Turquoise Blue #5FCBEB

Tints of Turquoise Blue #5FCBEB

Color information

#5FCBEB (or 0x5FCBEB) is unknown color: approx Turquoise Blue. HEX triplet: 5F, CB and EB. RGB value is (95,203,235). Sum of RGB (Red+Green+Blue) = 95+203+235=533 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.82% from 533); Green value is 203 (79.69% from 255 or 38.09% from 533); Blue value is 235 (92.19% from 255 or 44.09% from 533); Max value from RGB is 235 - color contains mainly: blue. Hex color #5FCBEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FCBEB is #A03414. Grayscale: #AEAEAE. Windows color (decimal): -10499093 or 15453023. OLE color: 15453023.

HSL color Cylindrical-coordinate representation of color #5FCBEB: hue angle of 193.71º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FCBEB is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB95203235-
CMYK0.600.1400.08
HSL193.71º77.78%64.71%-
HSV(B)193.71º59.57%92.16%-
XYZ41.0751.1486.3-
YUV174.36162.2271.4-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 17.82%
GREEN value IS 203 (79.69% from 255) = 38.09%
BLUE value IS 235 (92.19% from 255) = 44.09%
R=17.82%
G=38.09%
B=44.09%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal952032350.600.1400.08193.7177.7864.71
Hex5FCBEB3CE08c24e41
Octal1373133537416010302116101
Binary101111111001011111010111111001110010001100001010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5fcbeb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,203,235); }

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

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

 a { background-color: rgb(95,203,235); }

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

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

 span { border-color: rgb(95,203,235); }

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