Html Css Color HEX #52CFC4 Medium Turquoise

📋 copy color: '#52CFC4'

red 82 ◦ green 207 ◦ blue 196

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

Shades of Medium Turquoise #52CFC4

Tints of Medium Turquoise #52CFC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 40.41%

R = 16.91%
G = 42.68%
B = 40.41%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#52CFC4 (or 0x52CFC4) is known color: Medium Turquoise. HEX triplet: 52, CF and C4. RGB value is (82,207,196). Sum of RGB (Red+Green+Blue) = 82+207+196=485 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.91% from 485); Green value is 207 (81.25% from 255 or 42.68% from 485); Blue value is 196 (76.95% from 255 or 40.41% from 485); Max value from RGB is 207 - color contains mainly: green. Hex color #52CFC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CFC4 is #AD303B. Grayscale: #A8A8A8. Windows color (decimal): -11350076 or 12898130. OLE color: 12898130.

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

Color convert

RGB 82 207 196 -
CMYK 0.60 0 0.05 0.19
HSL 174.72º 0.57% 0.57% -
HSV(B) 174.72º 0.6% 0.81% -
XYZ 35.76 50.41 60.07 -
YUV 168.37 143.59 66.39 -
System Red Green Blue C M Y K H S L
Decimal 82 207 196 0.60 0 0.05 0.19 174.72 0.57 0.57
Hex 52 CF C4 3C 0 5 13 AF 39 39
Octal 122 317 304 74 0 5 23 257 71 71
Binary 1010010 11001111 11000100 111100 0 101 10011 10101111 111001 111001

Color Harmonies of #52CFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CFC4

Black with #52CFC4

Text Example


Text Example

White with #52CFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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