Html Css Color HEX #53D2EF Turquoise Blue

📋 copy color: '#53D2EF'

red 83 ◦ green 210 ◦ blue 239

#53D2EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #53D2EF

Tints of Turquoise Blue #53D2EF

RGB

 RED value IS 83 (32.81% from 255) = 15.6%

 GREEN value IS 210 (82.42% from 255) = 39.47%

 BLUE value IS 239 (93.75% from 255) = 44.92%

R = 15.6%
G = 39.47%
B = 44.92%

CMYK

 C value IS 0.65

 M value IS 0.12

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#53D2EF (or 0x53D2EF) is known color: Turquoise Blue. HEX triplet: 53, D2 and EF. RGB value is (83,210,239). Sum of RGB (Red+Green+Blue) = 83+210+239=532 (70% of max value = 765). Red value is 83 (32.81% from 255 or 15.60% from 532); Green value is 210 (82.42% from 255 or 39.47% from 532); Blue value is 239 (93.75% from 255 or 44.92% from 532); Max value from RGB is 239 - color contains mainly: blue. Hex color #53D2EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53D2EF is #AC2D10. Grayscale: #AFAFAF. Windows color (decimal): -11283729 or 15716947. OLE color: 15716947.

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

Color convert

RGB 83 210 239 -
CMYK 0.65 0.12 0 0.06
HSL 191.15º 0.83% 0.63% -
HSV(B) 191.15º 0.65% 0.94% -
XYZ 42.19 54.16 89.89 -
YUV 175.33 163.92 62.14 -
System Red Green Blue C M Y K H S L
Decimal 83 210 239 0.65 0.12 0 0.06 191.15 0.83 0.63
Hex 53 D2 EF 41 C 0 6 BF 53 3F
Octal 123 322 357 101 14 0 6 277 123 77
Binary 1010011 11010010 11101111 1000001 1100 0 110 10111111 1010011 111111

Color Harmonies of #53D2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D2EF

Black with #53D2EF

Text Example


Text Example

White with #53D2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53D2EF;
 }
 .AnyTagClassName
 {
   color: #53D2EF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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