Html Css Color HEX #52CACE Medium Turquoise

📋 copy color: '#52CACE'

red 82 ◦ green 202 ◦ blue 206

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

Shades of Medium Turquoise #52CACE

Tints of Medium Turquoise #52CACE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.22%

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

R = 16.73%
G = 41.22%
B = 42.04%

CMYK

 C value IS 0.60

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#52CACE (or 0x52CACE) is known color: Medium Turquoise. HEX triplet: 52, CA and CE. RGB value is (82,202,206). Sum of RGB (Red+Green+Blue) = 82+202+206=490 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.73% from 490); Green value is 202 (79.30% from 255 or 41.22% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 206 - color contains mainly: blue. Hex color #52CACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CACE is #AD3531. Grayscale: #A6A6A6. Windows color (decimal): -11351346 or 13552210. OLE color: 13552210.

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

Color convert

RGB 82 202 206 -
CMYK 0.60 0.02 0 0.19
HSL 181.94º 0.56% 0.56% -
HSV(B) 181.94º 0.6% 0.81% -
XYZ 35.74 48.49 65.87 -
YUV 166.58 150.24 67.67 -
System Red Green Blue C M Y K H S L
Decimal 82 202 206 0.60 0.02 0 0.19 181.94 0.56 0.56
Hex 52 CA CE 3C 2 0 13 B6 38 38
Octal 122 312 316 74 2 0 23 266 70 70
Binary 1010010 11001010 11001110 111100 10 0 10011 10110110 111000 111000

Color Harmonies of #52CACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CACE

Black with #52CACE

Text Example


Text Example

White with #52CACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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