Html Css Color HEX #52E3EF Turquoise Blue

📋 copy color: '#52E3EF'

red 82 ◦ green 227 ◦ blue 239

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

Shades of Turquoise Blue #52E3EF

Tints of Turquoise Blue #52E3EF

RGB

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

 GREEN value IS 227 (89.06% from 255) = 41.42%

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

R = 14.96%
G = 41.42%
B = 43.61%

CMYK

 C value IS 0.66

 M value IS 0.05

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#52E3EF (or 0x52E3EF) is known color: Turquoise Blue. HEX triplet: 52, E3 and EF. RGB value is (82,227,239). Sum of RGB (Red+Green+Blue) = 82+227+239=548 (72% of max value = 765). Red value is 82 (32.42% from 255 or 14.96% from 548); Green value is 227 (89.06% from 255 or 41.42% from 548); Blue value is 239 (93.75% from 255 or 43.61% from 548); Max value from RGB is 239 - color contains mainly: blue. Hex color #52E3EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52E3EF is #AD1C10. Grayscale: #B8B8B8. Windows color (decimal): -11344913 or 15721298. OLE color: 15721298.

HSL color Cylindrical-coordinate representation of color #52E3EF: hue angle of 184.59º degrees, saturation: 0.83, 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 #52E3EF is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 82 227 239 -
CMYK 0.66 0.05 0 0.06
HSL 184.59º 0.83% 0.63% -
HSV(B) 184.59º 0.66% 0.94% -
XYZ 46.53 62.96 91.36 -
YUV 185.01 158.46 54.52 -
System Red Green Blue C M Y K H S L
Decimal 82 227 239 0.66 0.05 0 0.06 184.59 0.83 0.63
Hex 52 E3 EF 42 5 0 6 B9 53 3F
Octal 122 343 357 102 5 0 6 271 123 77
Binary 1010010 11100011 11101111 1000010 101 0 110 10111001 1010011 111111

Color Harmonies of #52E3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E3EF

Black with #52E3EF

Text Example


Text Example

White with #52E3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,227,239); }

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

background-color css

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

 a { background-color: rgb(82,227,239); }

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

border-color css

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

 span { border-color: rgb(82,227,239); }

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