Html Css Color HEX #52EDF0 Turquoise Blue

📋 copy color: '#52EDF0'

red 82 ◦ green 237 ◦ blue 240

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

Shades of Turquoise Blue #52EDF0

Tints of Turquoise Blue #52EDF0

RGB

 RED value IS 82 (32.42% from 255) = 14.67%

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

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

R = 14.67%
G = 42.4%
B = 42.93%

CMYK

 C value IS 0.66

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#52EDF0 (or 0x52EDF0) is known color: Turquoise Blue. HEX triplet: 52, ED and F0. RGB value is (82,237,240). Sum of RGB (Red+Green+Blue) = 82+237+240=559 (74% of max value = 765). Red value is 82 (32.42% from 255 or 14.67% from 559); Green value is 237 (92.97% from 255 or 42.40% 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 #52EDF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52EDF0 is #AD120F. Grayscale: #BEBEBE. Windows color (decimal): -11342352 or 15789394. OLE color: 15789394.

HSL color Cylindrical-coordinate representation of color #52EDF0: hue angle of 181.14º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52EDF0 is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 82 237 240 -
CMYK 0.66 0.01 0 0.06
HSL 181.14º 0.84% 0.63% -
HSV(B) 181.14º 0.66% 0.94% -
XYZ 49.49 68.65 93.08 -
YUV 191 155.65 50.26 -
System Red Green Blue C M Y K H S L
Decimal 82 237 240 0.66 0.01 0 0.06 181.14 0.84 0.63
Hex 52 ED F0 42 1 0 6 B5 54 3F
Octal 122 355 360 102 1 0 6 265 124 77
Binary 1010010 11101101 11110000 1000010 1 0 110 10110101 1010100 111111

Color Harmonies of #52EDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EDF0

Black with #52EDF0

Text Example


Text Example

White with #52EDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52EDF0; }

 p { color: rgb(82,237,240); }

 H1.HeaderClassName
 {
   color: #52EDF0;
 }
 .AnyTagClassName
 {
   color: #52EDF0;
 }
</style>

background-color css

<style>
 a { background-color: #52EDF0; }

 a { background-color: rgb(82,237,240); }

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

border-color css

<style>
 span { border-color: #52EDF0; }

 span { border-color: rgb(82,237,240); }

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