Html Css Color HEX #52CFD7 Medium Turquoise

📋 copy color: '#52CFD7'

red 82 ◦ green 207 ◦ blue 215

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

Shades of Medium Turquoise #52CFD7

Tints of Medium Turquoise #52CFD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 42.66%

R = 16.27%
G = 41.07%
B = 42.66%

CMYK

 C value IS 0.62

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#52CFD7 (or 0x52CFD7) is known color: Medium Turquoise. HEX triplet: 52, CF and D7. RGB value is (82,207,215). Sum of RGB (Red+Green+Blue) = 82+207+215=504 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.27% from 504); Green value is 207 (81.25% from 255 or 41.07% from 504); Blue value is 215 (84.38% from 255 or 42.66% from 504); Max value from RGB is 215 - color contains mainly: blue. Hex color #52CFD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CFD7 is #AD3028. Grayscale: #AAAAAA. Windows color (decimal): -11350057 or 14143314. OLE color: 14143314.

HSL color Cylindrical-coordinate representation of color #52CFD7: hue angle of 183.61º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52CFD7 is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 82 207 215 -
CMYK 0.62 0.04 0 0.16
HSL 183.61º 0.62% 0.58% -
HSV(B) 183.61º 0.62% 0.84% -
XYZ 38.06 51.33 72.19 -
YUV 170.54 153.09 64.85 -
System Red Green Blue C M Y K H S L
Decimal 82 207 215 0.62 0.04 0 0.16 183.61 0.62 0.58
Hex 52 CF D7 3E 4 0 10 B8 3E 3A
Octal 122 317 327 76 4 0 20 270 76 72
Binary 1010010 11001111 11010111 111110 100 0 10000 10111000 111110 111010

Color Harmonies of #52CFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CFD7

Black with #52CFD7

Text Example


Text Example

White with #52CFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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