Html Css Color HEX #53ECF0 Turquoise Blue

📋 copy color: '#53ECF0'

red 83 ◦ green 236 ◦ blue 240

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

Shades of Turquoise Blue #53ECF0

Tints of Turquoise Blue #53ECF0

RGB

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

 GREEN value IS 236 (92.58% from 255) = 42.22%

 BLUE value IS 240 (94.14% from 255) = 42.93%

R = 14.85%
G = 42.22%
B = 42.93%

CMYK

 C value IS 0.65

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#53ECF0 (or 0x53ECF0) is known color: Turquoise Blue. HEX triplet: 53, EC and F0. RGB value is (83,236,240). Sum of RGB (Red+Green+Blue) = 83+236+240=559 (74% of max value = 765). Red value is 83 (32.81% from 255 or 14.85% from 559); Green value is 236 (92.58% from 255 or 42.22% from 559); Blue value is 240 (94.14% from 255 or 42.93% from 559); Max value from RGB is 240 - color contains mainly: blue. Hex color #53ECF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53ECF0 is #AC130F. Grayscale: #BEBEBE. Windows color (decimal): -11277072 or 15789139. OLE color: 15789139.

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

Color convert

RGB 83 236 240 -
CMYK 0.65 0.02 0 0.06
HSL 181.53º 0.84% 0.63% -
HSV(B) 181.53º 0.65% 0.94% -
XYZ 49.29 68.12 92.99 -
YUV 190.71 155.81 51.17 -
System Red Green Blue C M Y K H S L
Decimal 83 236 240 0.65 0.02 0 0.06 181.53 0.84 0.63
Hex 53 EC F0 41 2 0 6 B6 54 3F
Octal 123 354 360 101 2 0 6 266 124 77
Binary 1010011 11101100 11110000 1000001 10 0 110 10110110 1010100 111111

Color Harmonies of #53ECF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53ECF0

Black with #53ECF0

Text Example


Text Example

White with #53ECF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,236,240); }

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

background-color css

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

 a { background-color: rgb(83,236,240); }

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

border-color css

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

 span { border-color: rgb(83,236,240); }

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