Html Css Color HEX #53ECEF Turquoise Blue

📋 copy color: '#53ECEF'

red 83 ◦ green 236 ◦ blue 239

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

Shades of Turquoise Blue #53ECEF

Tints of Turquoise Blue #53ECEF

RGB

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

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

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

R = 14.87%
G = 42.29%
B = 42.83%

CMYK

 C value IS 0.65

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#53ECEF (or 0x53ECEF) is known color: Turquoise Blue. HEX triplet: 53, EC and EF. RGB value is (83,236,239). Sum of RGB (Red+Green+Blue) = 83+236+239=558 (73% of max value = 765). Red value is 83 (32.81% from 255 or 14.87% from 558); Green value is 236 (92.58% from 255 or 42.29% from 558); Blue value is 239 (93.75% from 255 or 42.83% from 558); Max value from RGB is 239 - color contains mainly: blue. Hex color #53ECEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53ECEF is #AC1310. Grayscale: #BEBEBE. Windows color (decimal): -11277073 or 15723603. OLE color: 15723603.

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

Color convert

RGB 83 236 239 -
CMYK 0.65 0.01 0 0.06
HSL 181.15º 0.83% 0.63% -
HSV(B) 181.15º 0.65% 0.94% -
XYZ 49.14 68.06 92.21 -
YUV 190.6 155.31 51.26 -
System Red Green Blue C M Y K H S L
Decimal 83 236 239 0.65 0.01 0 0.06 181.15 0.83 0.63
Hex 53 EC EF 41 1 0 6 B5 53 3F
Octal 123 354 357 101 1 0 6 265 123 77
Binary 1010011 11101100 11101111 1000001 1 0 110 10110101 1010011 111111

Color Harmonies of #53ECEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53ECEF

Black with #53ECEF

Text Example


Text Example

White with #53ECEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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