Html Css Color HEX #52CECE Medium Turquoise

📋 copy color: '#52CECE'

red 82 ◦ green 206 ◦ blue 206

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

Shades of Medium Turquoise #52CECE

Tints of Medium Turquoise #52CECE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.7%

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

R = 16.6%
G = 41.7%
B = 41.7%

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

#52CECE (or 0x52CECE) is known color: Medium Turquoise. HEX triplet: 52, CE and CE. RGB value is (82,206,206). Sum of RGB (Red+Green+Blue) = 82+206+206=494 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.60% from 494); Green value is 206 (80.86% from 255 or 41.70% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #52CECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CECE is #AD3131. Grayscale: #A8A8A8. Windows color (decimal): -11350322 or 13553234. OLE color: 13553234.

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

Color convert

RGB 82 206 206 -
CMYK 0.60 0 0 0.19
HSL 180º 0.56% 0.56% -
HSV(B) 180º 0.6% 0.81% -
XYZ 36.69 50.39 66.19 -
YUV 168.92 148.92 66 -
System Red Green Blue C M Y K H S L
Decimal 82 206 206 0.60 0 0 0.19 180 0.56 0.56
Hex 52 CE CE 3C 0 0 13 B4 38 38
Octal 122 316 316 74 0 0 23 264 70 70
Binary 1010010 11001110 11001110 111100 0 0 10011 10110100 111000 111000

Color Harmonies of #52CECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CECE

Black with #52CECE

Text Example


Text Example

White with #52CECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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