Html Css Color HEX #52C7CB Medium Turquoise

📋 copy color: '#52C7CB'

red 82 ◦ green 199 ◦ blue 203

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

Shades of Medium Turquoise #52C7CB

Tints of Medium Turquoise #52C7CB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.12%

 BLUE value IS 203 (79.69% from 255) = 41.94%

R = 16.94%
G = 41.12%
B = 41.94%

CMYK

 C value IS 0.60

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#52C7CB (or 0x52C7CB) is known color: Medium Turquoise. HEX triplet: 52, C7 and CB. RGB value is (82,199,203). Sum of RGB (Red+Green+Blue) = 82+199+203=484 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.94% from 484); Green value is 199 (78.12% from 255 or 41.12% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 203 - color contains mainly: blue. Hex color #52C7CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C7CB is #AD3834. Grayscale: #A4A4A4. Windows color (decimal): -11352117 or 13354834. OLE color: 13354834.

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

Color convert

RGB 82 199 203 -
CMYK 0.60 0.02 0 0.20
HSL 181.98º 0.54% 0.56% -
HSV(B) 181.98º 0.6% 0.8% -
XYZ 34.68 46.95 63.73 -
YUV 164.47 149.74 69.17 -
System Red Green Blue C M Y K H S L
Decimal 82 199 203 0.60 0.02 0 0.20 181.98 0.54 0.56
Hex 52 C7 CB 3C 2 0 14 B6 36 38
Octal 122 307 313 74 2 0 24 266 66 70
Binary 1010010 11000111 11001011 111100 10 0 10100 10110110 110110 111000

Color Harmonies of #52C7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C7CB

Black with #52C7CB

Text Example


Text Example

White with #52C7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,199,203); }

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

background-color css

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

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

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

border-color css

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

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

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