Html Css Color HEX #52CFCE Medium Turquoise

📋 copy color: '#52CFCE'

red 82 ◦ green 207 ◦ blue 206

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

Shades of Medium Turquoise #52CFCE

Tints of Medium Turquoise #52CFCE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.82%

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

R = 16.57%
G = 41.82%
B = 41.62%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#52CFCE (or 0x52CFCE) is known color: Medium Turquoise. HEX triplet: 52, CF and CE. RGB value is (82,207,206). Sum of RGB (Red+Green+Blue) = 82+207+206=495 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.57% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 207 - color contains mainly: green. Hex color #52CFCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CFCE is #AD3031. Grayscale: #A9A9A9. Windows color (decimal): -11350066 or 13553490. OLE color: 13553490.

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

Color convert

RGB 82 207 206 -
CMYK 0.60 0 0.00 0.19
HSL 179.52º 0.57% 0.57% -
HSV(B) 179.52º 0.6% 0.81% -
XYZ 36.93 50.88 66.27 -
YUV 169.51 148.59 65.58 -
System Red Green Blue C M Y K H S L
Decimal 82 207 206 0.60 0 0.00 0.19 179.52 0.57 0.57
Hex 52 CF CE 3C 0 0 13 B4 39 39
Octal 122 317 316 74 0 0 23 264 71 71
Binary 1010010 11001111 11001110 111100 0 0 10011 10110100 111001 111001

Color Harmonies of #52CFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CFCE

Black with #52CFCE

Text Example


Text Example

White with #52CFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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