#53EFCE

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

Shades of Turquoise #53EFCE

Tints of Turquoise #53EFCE

Color information

#53EFCE (or 0x53EFCE) is unknown color: approx Turquoise. HEX triplet: 53, EF and CE. RGB value is (83,239,206). Sum of RGB (Red+Green+Blue) = 83+239+206=528 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.72% from 528); Green value is 239 (93.75% from 255 or 45.27% from 528); Blue value is 206 (80.86% from 255 or 39.02% from 528); Max value from RGB is 239 - color contains mainly: green. Hex color #53EFCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53EFCE is #AC1031. Grayscale: #BCBCBC. Windows color (decimal): -11276338 or 13561683. OLE color: 13561683.

HSL color Cylindrical-coordinate representation of color #53EFCE: hue angle of 167.31º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53EFCE is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB83239206-
CMYK0.6500.140.06
HSL167.31º82.98%63.14%-
HSV(B)167.31º65.27%93.73%-
XYZ45.5768.0369.12-
YUV188.59137.8252.68-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 15.72%
GREEN value IS 239 (93.75% from 255) = 45.27%
BLUE value IS 206 (80.86% from 255) = 39.02%
R=15.72%
G=45.27%
B=39.02%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal832392060.6500.140.06167.3182.9863.14
Hex53EFCE410E6a7533f
Octal123357316101016624712377
Binary10100111110111111001110100000101110110101001111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53EFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53EFCE; }

 p { color: rgb(83,239,206); }

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

<style>
 a { background-color: #53EFCE; }

 a { background-color: rgb(83,239,206); }

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

<style>
 span { border-color: #53EFCE; }

 span { border-color: rgb(83,239,206); }

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