Html Css Color HEX #52E7CE Turquoise

📋 copy color: '#52E7CE'

red 82 ◦ green 231 ◦ blue 206

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

Shades of Turquoise #52E7CE

Tints of Turquoise #52E7CE

RGB

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

 GREEN value IS 231 (90.63% from 255) = 44.51%

 BLUE value IS 206 (80.86% from 255) = 39.69%

R = 15.8%
G = 44.51%
B = 39.69%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#52E7CE (or 0x52E7CE) is known color: Turquoise. HEX triplet: 52, E7 and CE. RGB value is (82,231,206). Sum of RGB (Red+Green+Blue) = 82+231+206=519 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.80% from 519); Green value is 231 (90.62% from 255 or 44.51% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 231 - color contains mainly: green. Hex color #52E7CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52E7CE is #AD1831. Grayscale: #B7B7B7. Windows color (decimal): -11343922 or 13559634. OLE color: 13559634.

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

Color convert

RGB 82 231 206 -
CMYK 0.65 0 0.11 0.09
HSL 169.93º 0.76% 0.61% -
HSV(B) 169.93º 0.65% 0.91% -
XYZ 43.2 63.4 68.35 -
YUV 183.6 140.64 55.53 -
System Red Green Blue C M Y K H S L
Decimal 82 231 206 0.65 0 0.11 0.09 169.93 0.76 0.61
Hex 52 E7 CE 41 0 B 9 AA 4C 3D
Octal 122 347 316 101 0 13 11 252 114 75
Binary 1010010 11100111 11001110 1000001 0 1011 1001 10101010 1001100 111101

Color Harmonies of #52E7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E7CE

Black with #52E7CE

Text Example


Text Example

White with #52E7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,231,206); }

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

background-color css

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

 a { background-color: rgb(82,231,206); }

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

border-color css

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

 span { border-color: rgb(82,231,206); }

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