Html Css Color HEX #52CFCF Medium Turquoise

📋 copy color: '#52CFCF'

red 82 ◦ green 207 ◦ blue 207

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

Shades of Medium Turquoise #52CFCF

Tints of Medium Turquoise #52CFCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.73%

R = 16.53%
G = 41.73%
B = 41.73%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#52CFCF (or 0x52CFCF) is known color: Medium Turquoise. HEX triplet: 52, CF and CF. RGB value is (82,207,207). Sum of RGB (Red+Green+Blue) = 82+207+207=496 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.53% from 496); Green value is 207 (81.25% from 255 or 41.73% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #52CFCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CFCF is #AD3030. Grayscale: #A9A9A9. Windows color (decimal): -11350065 or 13619026. OLE color: 13619026.

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

Color convert

RGB 82 207 207 -
CMYK 0.60 0 0 0.19
HSL 180º 0.57% 0.57% -
HSV(B) 180º 0.6% 0.81% -
XYZ 37.05 50.92 66.91 -
YUV 169.63 149.09 65.5 -
System Red Green Blue C M Y K H S L
Decimal 82 207 207 0.60 0 0 0.19 180 0.57 0.57
Hex 52 CF CF 3C 0 0 13 B4 39 39
Octal 122 317 317 74 0 0 23 264 71 71
Binary 1010010 11001111 11001111 111100 0 0 10011 10110100 111001 111001

Color Harmonies of #52CFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CFCF

Black with #52CFCF

Text Example


Text Example

White with #52CFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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