Html Css Color HEX #52C7CE Medium Turquoise

📋 copy color: '#52C7CE'

red 82 ◦ green 199 ◦ blue 206

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

Shades of Medium Turquoise #52C7CE

Tints of Medium Turquoise #52C7CE

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.86%

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

R = 16.84%
G = 40.86%
B = 42.3%

CMYK

 C value IS 0.60

 M value IS 0.03

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#52C7CE (or 0x52C7CE) is known color: Medium Turquoise. HEX triplet: 52, C7 and CE. RGB value is (82,199,206). Sum of RGB (Red+Green+Blue) = 82+199+206=487 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.84% from 487); Green value is 199 (78.12% from 255 or 40.86% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #52C7CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C7CE is #AD3831. Grayscale: #A4A4A4. Windows color (decimal): -11352114 or 13551442. OLE color: 13551442.

HSL color Cylindrical-coordinate representation of color #52C7CE: hue angle of 183.39º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52C7CE is Cyan = 0.60, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 199 206 -
CMYK 0.60 0.03 0 0.19
HSL 183.39º 0.56% 0.56% -
HSV(B) 183.39º 0.6% 0.81% -
XYZ 35.04 47.1 65.64 -
YUV 164.82 151.24 68.93 -
System Red Green Blue C M Y K H S L
Decimal 82 199 206 0.60 0.03 0 0.19 183.39 0.56 0.56
Hex 52 C7 CE 3C 3 0 13 B7 38 38
Octal 122 307 316 74 3 0 23 267 70 70
Binary 1010010 11000111 11001110 111100 11 0 10011 10110111 111000 111000

Color Harmonies of #52C7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C7CE

Black with #52C7CE

Text Example


Text Example

White with #52C7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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