Html Css Color HEX #52E0E9 Turquoise Blue

📋 copy color: '#52E0E9'

red 82 ◦ green 224 ◦ blue 233

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

Shades of Turquoise Blue #52E0E9

Tints of Turquoise Blue #52E0E9

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.56%

 BLUE value IS 233 (91.41% from 255) = 43.23%

R = 15.21%
G = 41.56%
B = 43.23%

CMYK

 C value IS 0.65

 M value IS 0.04

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#52E0E9 (or 0x52E0E9) is known color: Turquoise Blue. HEX triplet: 52, E0 and E9. RGB value is (82,224,233). Sum of RGB (Red+Green+Blue) = 82+224+233=539 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.21% from 539); Green value is 224 (87.89% from 255 or 41.56% from 539); Blue value is 233 (91.41% from 255 or 43.23% from 539); Max value from RGB is 233 - color contains mainly: blue. Hex color #52E0E9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52E0E9 is #AD1F16. Grayscale: #B6B6B6. Windows color (decimal): -11345687 or 15327314. OLE color: 15327314.

HSL color Cylindrical-coordinate representation of color #52E0E9: hue angle of 183.58º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52E0E9 is Cyan = 0.65, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 82 224 233 -
CMYK 0.65 0.04 0 0.09
HSL 183.58º 0.77% 0.62% -
HSV(B) 183.58º 0.65% 0.91% -
XYZ 44.84 60.99 86.5 -
YUV 182.57 156.46 56.27 -
System Red Green Blue C M Y K H S L
Decimal 82 224 233 0.65 0.04 0 0.09 183.58 0.77 0.62
Hex 52 E0 E9 41 4 0 9 B8 4D 3E
Octal 122 340 351 101 4 0 11 270 115 76
Binary 1010010 11100000 11101001 1000001 100 0 1001 10111000 1001101 111110

Color Harmonies of #52E0E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E0E9

Black with #52E0E9

Text Example


Text Example

White with #52E0E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,224,233); }

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

background-color css

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

 a { background-color: rgb(82,224,233); }

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

border-color css

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

 span { border-color: rgb(82,224,233); }

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