#53EFCB

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

Shades of Turquoise #53EFCB

Tints of Turquoise #53EFCB

Color information

#53EFCB (or 0x53EFCB) is unknown color: approx Turquoise. HEX triplet: 53, EF and CB. RGB value is (83,239,203). Sum of RGB (Red+Green+Blue) = 83+239+203=525 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.81% from 525); Green value is 239 (93.75% from 255 or 45.52% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 239 - color contains mainly: green. Hex color #53EFCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53EFCB is #AC1034. Grayscale: #BCBCBC. Windows color (decimal): -11276341 or 13365075. OLE color: 13365075.

HSL color Cylindrical-coordinate representation of color #53EFCB: hue angle of 166.15º 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 #53EFCB is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB83239203-
CMYK0.6500.150.06
HSL166.15º82.98%63.14%-
HSV(B)166.15º65.27%93.73%-
XYZ45.2167.8867.22-
YUV188.25136.3252.93-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 15.81%
GREEN value IS 239 (93.75% from 255) = 45.52%
BLUE value IS 203 (79.69% from 255) = 38.67%
R=15.81%
G=45.52%
B=38.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal832392030.6500.150.06166.1582.9863.14
Hex53EFCB410F6a6533f
Octal123357313101017624612377
Binary10100111110111111001011100000101111110101001101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53EFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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