#5CEBDA

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

Shades of Turquoise #5CEBDA

Tints of Turquoise #5CEBDA

Color information

#5CEBDA (or 0x5CEBDA) is unknown color: approx Turquoise. HEX triplet: 5C, EB and DA. RGB value is (92,235,218). Sum of RGB (Red+Green+Blue) = 92+235+218=545 (72% of max value = 765). Red value is 92 (36.33% from 255 or 16.88% from 545); Green value is 235 (92.19% from 255 or 43.12% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 235 - color contains mainly: green. Hex color #5CEBDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CEBDA is #A31425. Grayscale: #BEBEBE. Windows color (decimal): -10687526 or 14347100. OLE color: 14347100.

HSL color Cylindrical-coordinate representation of color #5CEBDA: hue angle of 172.87º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CEBDA is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB92235218-
CMYK0.6100.070.08
HSL172.87º78.14%64.12%-
HSV(B)172.87º60.85%92.16%-
XYZ46.7866.7576.75-
YUV190.3143.6257.88-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 16.88%
GREEN value IS 235 (92.19% from 255) = 43.12%
BLUE value IS 218 (85.55% from 255) = 40%
R=16.88%
G=43.12%
B=40%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal922352180.6100.070.08172.8778.1464.12
Hex5CEBDA3D078ad4e40
Octal134353332750710255116100
Binary10111001110101111011010111101011110001010110110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CEBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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