#53CFE8

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

Shades of Turquoise Blue #53CFE8

Tints of Turquoise Blue #53CFE8

Color information

#53CFE8 (or 0x53CFE8) is unknown color: approx Turquoise Blue. HEX triplet: 53, CF and E8. RGB value is (83,207,232). Sum of RGB (Red+Green+Blue) = 83+207+232=522 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.90% from 522); Green value is 207 (81.25% from 255 or 39.66% from 522); Blue value is 232 (91.02% from 255 or 44.44% from 522); Max value from RGB is 232 - color contains mainly: blue. Hex color #53CFE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53CFE8 is #AC3017. Grayscale: #ACACAC. Windows color (decimal): -11284504 or 15257427. OLE color: 15257427.

HSL color Cylindrical-coordinate representation of color #53CFE8: hue angle of 190.07º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53CFE8 is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB83207232-
CMYK0.640.1100.09
HSL190.07º76.41%61.76%-
HSV(B)190.07º64.22%90.98%-
XYZ40.4552.2984.31-
YUV172.77161.4263.97-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 15.90%
GREEN value IS 207 (81.25% from 255) = 39.66%
BLUE value IS 232 (91.02% from 255) = 44.44%
R=15.90%
G=39.66%
B=44.44%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal832072320.640.1100.09190.0776.4161.76
Hex53CFE840B09be4c3e
Octal1233173501001301127611476
Binary101001111001111111010001000000101101001101111101001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53CFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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