Html Css Color HEX #52CEDF Medium Turquoise

📋 copy color: '#52CEDF'

red 82 ◦ green 206 ◦ blue 223

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

Shades of Medium Turquoise #52CEDF

Tints of Medium Turquoise #52CEDF

RGB

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

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

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

R = 16.05%
G = 40.31%
B = 43.64%

CMYK

 C value IS 0.63

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#52CEDF (or 0x52CEDF) is known color: Medium Turquoise. HEX triplet: 52, CE and DF. RGB value is (82,206,223). Sum of RGB (Red+Green+Blue) = 82+206+223=511 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.05% from 511); Green value is 206 (80.86% from 255 or 40.31% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #52CEDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CEDF is #AD3120. Grayscale: #AAAAAA. Windows color (decimal): -11350305 or 14667346. OLE color: 14667346.

HSL color Cylindrical-coordinate representation of color #52CEDF: hue angle of 187.23º 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 #52CEDF is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 206 223 -
CMYK 0.63 0.08 0 0.13
HSL 187.23º 0.69% 0.6% -
HSV(B) 187.23º 0.63% 0.87% -
XYZ 38.87 51.26 77.66 -
YUV 170.86 157.42 64.62 -
System Red Green Blue C M Y K H S L
Decimal 82 206 223 0.63 0.08 0 0.13 187.23 0.69 0.6
Hex 52 CE DF 3F 8 0 D BB 45 3C
Octal 122 316 337 77 10 0 15 273 105 74
Binary 1010010 11001110 11011111 111111 1000 0 1101 10111011 1000101 111100

Color Harmonies of #52CEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CEDF

Black with #52CEDF

Text Example


Text Example

White with #52CEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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