#5FEBDA

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

Shades of Turquoise Blue #5FEBDA

Tints of Turquoise Blue #5FEBDA

Color information

#5FEBDA (or 0x5FEBDA) is unknown color: approx Turquoise Blue. HEX triplet: 5F, EB and DA. RGB value is (95,235,218). Sum of RGB (Red+Green+Blue) = 95+235+218=548 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.34% from 548); Green value is 235 (92.19% from 255 or 42.88% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 235 - color contains mainly: green. Hex color #5FEBDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FEBDA is #A01425. Grayscale: #BFBFBF. Windows color (decimal): -10490918 or 14347103. OLE color: 14347103.

HSL color Cylindrical-coordinate representation of color #5FEBDA: hue angle of 172.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 #5FEBDA is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB95235218-
CMYK0.6000.070.08
HSL172.71º77.78%64.71%-
HSV(B)172.71º59.57%92.16%-
XYZ47.0866.9176.76-
YUV191.2143.1259.38-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 17.34%
GREEN value IS 235 (92.19% from 255) = 42.88%
BLUE value IS 218 (85.55% from 255) = 39.78%
R=17.34%
G=42.88%
B=39.78%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal952352180.6000.070.08172.7177.7864.71
Hex5FEBDA3C078ad4e41
Octal137353332740710255116101
Binary10111111110101111011010111100011110001010110110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FEBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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