Html Css Color HEX #52CFDF Medium Turquoise

📋 copy color: '#52CFDF'

red 82 ◦ green 207 ◦ blue 223

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

Shades of Medium Turquoise #52CFDF

Tints of Medium Turquoise #52CFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.55%

R = 16.02%
G = 40.43%
B = 43.55%

CMYK

 C value IS 0.63

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#52CFDF (or 0x52CFDF) is known color: Medium Turquoise. HEX triplet: 52, CF and DF. RGB value is (82,207,223). Sum of RGB (Red+Green+Blue) = 82+207+223=512 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.02% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #52CFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CFDF is #AD3020. Grayscale: #ABABAB. Windows color (decimal): -11350049 or 14667602. OLE color: 14667602.

HSL color Cylindrical-coordinate representation of color #52CFDF: hue angle of 186.81º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52CFDF is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 207 223 -
CMYK 0.63 0.07 0 0.13
HSL 186.81º 0.69% 0.6% -
HSV(B) 186.81º 0.63% 0.87% -
XYZ 39.11 51.75 77.74 -
YUV 171.45 157.09 64.2 -
System Red Green Blue C M Y K H S L
Decimal 82 207 223 0.63 0.07 0 0.13 186.81 0.69 0.6
Hex 52 CF DF 3F 7 0 D BB 45 3C
Octal 122 317 337 77 7 0 15 273 105 74
Binary 1010010 11001111 11011111 111111 111 0 1101 10111011 1000101 111100

Color Harmonies of #52CFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CFDF

Black with #52CFDF

Text Example


Text Example

White with #52CFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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