Html Css Color HEX #52C6CE Medium Turquoise

📋 copy color: '#52C6CE'

red 82 ◦ green 198 ◦ blue 206

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

Shades of Medium Turquoise #52C6CE

Tints of Medium Turquoise #52C6CE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.74%

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

R = 16.87%
G = 40.74%
B = 42.39%

CMYK

 C value IS 0.60

 M value IS 0.04

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#52C6CE (or 0x52C6CE) is known color: Medium Turquoise. HEX triplet: 52, C6 and CE. RGB value is (82,198,206). Sum of RGB (Red+Green+Blue) = 82+198+206=486 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.87% from 486); Green value is 198 (77.73% from 255 or 40.74% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #52C6CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C6CE is #AD3931. Grayscale: #A4A4A4. Windows color (decimal): -11352370 or 13551186. OLE color: 13551186.

HSL color Cylindrical-coordinate representation of color #52C6CE: hue angle of 183.87º 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 #52C6CE is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 198 206 -
CMYK 0.60 0.04 0 0.19
HSL 183.87º 0.56% 0.56% -
HSV(B) 183.87º 0.6% 0.81% -
XYZ 34.81 46.64 65.56 -
YUV 164.23 151.57 69.35 -
System Red Green Blue C M Y K H S L
Decimal 82 198 206 0.60 0.04 0 0.19 183.87 0.56 0.56
Hex 52 C6 CE 3C 4 0 13 B8 38 38
Octal 122 306 316 74 4 0 23 270 70 70
Binary 1010010 11000110 11001110 111100 100 0 10011 10111000 111000 111000

Color Harmonies of #52C6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C6CE

Black with #52C6CE

Text Example


Text Example

White with #52C6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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