#53CFEB

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

Shades of Turquoise Blue #53CFEB

Tints of Turquoise Blue #53CFEB

Color information

#53CFEB (or 0x53CFEB) is unknown color: approx Turquoise Blue. HEX triplet: 53, CF and EB. RGB value is (83,207,235). Sum of RGB (Red+Green+Blue) = 83+207+235=525 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.81% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 235 (92.19% from 255 or 44.76% from 525); Max value from RGB is 235 - color contains mainly: blue. Hex color #53CFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53CFEB is #AC3014. Grayscale: #ACACAC. Windows color (decimal): -11284501 or 15454035. OLE color: 15454035.

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

Color convert

RGB83207235-
CMYK0.650.1200.08
HSL191.05º79.17%62.35%-
HSV(B)191.05º64.68%92.16%-
XYZ40.8852.4686.57-
YUV173.12162.9263.72-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal832072350.650.1200.08191.0579.1762.35
Hex53CFEB41C08bf4f3e
Octal1233173531011401027711776
Binary101001111001111111010111000001110001000101111111001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53CFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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