Html Css Color HEX #53ECF6 Turquoise Blue

📋 copy color: '#53ECF6'

red 83 ◦ green 236 ◦ blue 246

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

Shades of Turquoise Blue #53ECF6

Tints of Turquoise Blue #53ECF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 43.54%

R = 14.69%
G = 41.77%
B = 43.54%

CMYK

 C value IS 0.66

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#53ECF6 (or 0x53ECF6) is known color: Turquoise Blue. HEX triplet: 53, EC and F6. RGB value is (83,236,246). Sum of RGB (Red+Green+Blue) = 83+236+246=565 (74% of max value = 765). Red value is 83 (32.81% from 255 or 14.69% from 565); Green value is 236 (92.58% from 255 or 41.77% from 565); Blue value is 246 (96.48% from 255 or 43.54% from 565); Max value from RGB is 246 - color contains mainly: blue. Hex color #53ECF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53ECF6 is #AC1309. Grayscale: #BFBFBF. Windows color (decimal): -11277066 or 16182355. OLE color: 16182355.

HSL color Cylindrical-coordinate representation of color #53ECF6: hue angle of 183.68º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53ECF6 is Cyan = 0.66, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 83 236 246 -
CMYK 0.66 0.04 0 0.04
HSL 183.68º 0.9% 0.65% -
HSV(B) 183.68º 0.66% 0.96% -
XYZ 50.2 68.48 97.76 -
YUV 191.39 158.81 50.69 -
System Red Green Blue C M Y K H S L
Decimal 83 236 246 0.66 0.04 0 0.04 183.68 0.9 0.65
Hex 53 EC F6 42 4 0 4 B8 5A 41
Octal 123 354 366 102 4 0 4 270 132 101
Binary 1010011 11101100 11110110 1000010 100 0 100 10111000 1011010 1000001

Color Harmonies of #53ECF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53ECF6

Black with #53ECF6

Text Example


Text Example

White with #53ECF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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