Html Css Color HEX #53ECED Turquoise Blue

📋 copy color: '#53ECED'

red 83 ◦ green 236 ◦ blue 237

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

Shades of Turquoise Blue #53ECED

Tints of Turquoise Blue #53ECED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.63%

R = 14.93%
G = 42.45%
B = 42.63%

CMYK

 C value IS 0.65

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#53ECED (or 0x53ECED) is known color: Turquoise Blue. HEX triplet: 53, EC and ED. RGB value is (83,236,237). Sum of RGB (Red+Green+Blue) = 83+236+237=556 (73% of max value = 765). Red value is 83 (32.81% from 255 or 14.93% from 556); Green value is 236 (92.58% from 255 or 42.45% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #53ECED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53ECED is #AC1312. Grayscale: #BEBEBE. Windows color (decimal): -11277075 or 15592531. OLE color: 15592531.

HSL color Cylindrical-coordinate representation of color #53ECED: hue angle of 180.39º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53ECED is Cyan = 0.65, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 83 236 237 -
CMYK 0.65 0.00 0 0.07
HSL 180.39º 0.81% 0.63% -
HSV(B) 180.39º 0.65% 0.93% -
XYZ 48.85 67.94 90.66 -
YUV 190.37 154.31 51.42 -
System Red Green Blue C M Y K H S L
Decimal 83 236 237 0.65 0.00 0 0.07 180.39 0.81 0.63
Hex 53 EC ED 41 0 0 7 B4 51 3F
Octal 123 354 355 101 0 0 7 264 121 77
Binary 1010011 11101100 11101101 1000001 0 0 111 10110100 1010001 111111

Color Harmonies of #53ECED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53ECED

Black with #53ECED

Text Example


Text Example

White with #53ECED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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