#53CBEF

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

Shades of Turquoise Blue #53CBEF

Tints of Turquoise Blue #53CBEF

Color information

#53CBEF (or 0x53CBEF) is unknown color: approx Turquoise Blue. HEX triplet: 53, CB and EF. RGB value is (83,203,239). Sum of RGB (Red+Green+Blue) = 83+203+239=525 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.81% from 525); Green value is 203 (79.69% from 255 or 38.67% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 239 - color contains mainly: blue. Hex color #53CBEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53CBEF is #AC3410. Grayscale: #AAAAAA. Windows color (decimal): -11285521 or 15715155. OLE color: 15715155.

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

Color convert

RGB83203239-
CMYK0.650.1500.06
HSL193.85º82.98%63.14%-
HSV(B)193.85º65.27%93.73%-
XYZ40.550.7889.33-
YUV171.22166.2465.07-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal832032390.650.1500.06193.8582.9863.14
Hex53CBEF41F06c2533f
Octal123313357101170630212377
Binary10100111100101111101111100000111110110110000101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53CBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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