Html Css Color HEX #52CFCB Medium Turquoise

📋 copy color: '#52CFCB'

red 82 ◦ green 207 ◦ blue 203

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

Shades of Medium Turquoise #52CFCB

Tints of Medium Turquoise #52CFCB

RGB

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

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

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

R = 16.67%
G = 42.07%
B = 41.26%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#52CFCB (or 0x52CFCB) is known color: Medium Turquoise. HEX triplet: 52, CF and CB. RGB value is (82,207,203). Sum of RGB (Red+Green+Blue) = 82+207+203=492 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.67% from 492); Green value is 207 (81.25% from 255 or 42.07% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 207 - color contains mainly: green. Hex color #52CFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CFCB is #AD3034. Grayscale: #A9A9A9. Windows color (decimal): -11350069 or 13356882. OLE color: 13356882.

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

Color convert

RGB 82 207 203 -
CMYK 0.60 0 0.02 0.19
HSL 178.08º 0.57% 0.57% -
HSV(B) 178.08º 0.6% 0.81% -
XYZ 36.57 50.73 64.36 -
YUV 169.17 147.09 65.83 -
System Red Green Blue C M Y K H S L
Decimal 82 207 203 0.60 0 0.02 0.19 178.08 0.57 0.57
Hex 52 CF CB 3C 0 2 13 B2 39 39
Octal 122 317 313 74 0 2 23 262 71 71
Binary 1010010 11001111 11001011 111100 0 10 10011 10110010 111001 111001

Color Harmonies of #52CFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CFCB

Black with #52CFCB

Text Example


Text Example

White with #52CFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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