#53EBCF

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

Shades of Turquoise #53EBCF

Tints of Turquoise #53EBCF

Color information

#53EBCF (or 0x53EBCF) is unknown color: approx Turquoise. HEX triplet: 53, EB and CF. RGB value is (83,235,207). Sum of RGB (Red+Green+Blue) = 83+235+207=525 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.81% from 525); Green value is 235 (92.19% from 255 or 44.76% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 235 - color contains mainly: green. Hex color #53EBCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53EBCF is #AC1430. Grayscale: #BABABA. Windows color (decimal): -11277361 or 13626195. OLE color: 13626195.

HSL color Cylindrical-coordinate representation of color #53EBCF: hue angle of 168.95º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53EBCF is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB83235207-
CMYK0.6500.120.08
HSL168.95º79.17%62.35%-
HSV(B)168.95º64.68%92.16%-
XYZ44.5465.7669.38-
YUV186.36139.6454.28-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 15.81%
GREEN value IS 235 (92.19% from 255) = 44.76%
BLUE value IS 207 (81.25% from 255) = 39.43%
R=15.81%
G=44.76%
B=39.43%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal832352070.6500.120.08168.9579.1762.35
Hex53EBCF410C8a94f3e
Octal1233533171010141025111776
Binary101001111101011110011111000001011001000101010011001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53EBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,235,207); }

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

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

 a { background-color: rgb(83,235,207); }

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

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

 span { border-color: rgb(83,235,207); }

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