Html Css Color HEX #53EDF2 Turquoise Blue

📋 copy color: '#53EDF2'

red 83 ◦ green 237 ◦ blue 242

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

Shades of Turquoise Blue #53EDF2

Tints of Turquoise Blue #53EDF2

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.17%

 BLUE value IS 242 (94.92% from 255) = 43.06%

R = 14.77%
G = 42.17%
B = 43.06%

CMYK

 C value IS 0.66

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#53EDF2 (or 0x53EDF2) is known color: Turquoise Blue. HEX triplet: 53, ED and F2. RGB value is (83,237,242). Sum of RGB (Red+Green+Blue) = 83+237+242=562 (74% of max value = 765). Red value is 83 (32.81% from 255 or 14.77% from 562); Green value is 237 (92.97% from 255 or 42.17% from 562); Blue value is 242 (94.92% from 255 or 43.06% from 562); Max value from RGB is 242 - color contains mainly: blue. Hex color #53EDF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53EDF2 is #AC120D. Grayscale: #BFBFBF. Windows color (decimal): -11276814 or 15920467. OLE color: 15920467.

HSL color Cylindrical-coordinate representation of color #53EDF2: hue angle of 181.89º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53EDF2 is Cyan = 0.66, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 83 237 242 -
CMYK 0.66 0.02 0 0.05
HSL 181.89º 0.86% 0.64% -
HSV(B) 181.89º 0.66% 0.95% -
XYZ 49.88 68.82 94.66 -
YUV 191.52 156.48 50.59 -
System Red Green Blue C M Y K H S L
Decimal 83 237 242 0.66 0.02 0 0.05 181.89 0.86 0.64
Hex 53 ED F2 42 2 0 5 B6 56 40
Octal 123 355 362 102 2 0 5 266 126 100
Binary 1010011 11101101 11110010 1000010 10 0 101 10110110 1010110 1000000

Color Harmonies of #53EDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53EDF2

Black with #53EDF2

Text Example


Text Example

White with #53EDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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