Html Css Color HEX #52C6CD Medium Turquoise

📋 copy color: '#52C6CD'

red 82 ◦ green 198 ◦ blue 205

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

Shades of Medium Turquoise #52C6CD

Tints of Medium Turquoise #52C6CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.27%

R = 16.91%
G = 40.82%
B = 42.27%

CMYK

 C value IS 0.6

 M value IS 0.03

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#52C6CD (or 0x52C6CD) is known color: Medium Turquoise. HEX triplet: 52, C6 and CD. RGB value is (82,198,205). Sum of RGB (Red+Green+Blue) = 82+198+205=485 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.91% from 485); Green value is 198 (77.73% from 255 or 40.82% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #52C6CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C6CD is #AD3932. Grayscale: #A3A3A3. Windows color (decimal): -11352371 or 13485650. OLE color: 13485650.

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

Color convert

RGB 82 198 205 -
CMYK 0.6 0.03 0 0.20
HSL 183.41º 0.55% 0.56% -
HSV(B) 183.41º 0.6% 0.8% -
XYZ 34.69 46.59 64.92 -
YUV 164.11 151.07 69.43 -
System Red Green Blue C M Y K H S L
Decimal 82 198 205 0.6 0.03 0 0.20 183.41 0.55 0.56
Hex 52 C6 CD 3C 3 0 14 B7 37 38
Octal 122 306 315 74 3 0 24 267 67 70
Binary 1010010 11000110 11001101 111100 11 0 10100 10110111 110111 111000

Color Harmonies of #52C6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C6CD

Black with #52C6CD

Text Example


Text Example

White with #52C6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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