Html Css Color HEX #52CFDE Medium Turquoise

📋 copy color: '#52CFDE'

red 82 ◦ green 207 ◦ blue 222

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

Shades of Medium Turquoise #52CFDE

Tints of Medium Turquoise #52CFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.44%

R = 16.05%
G = 40.51%
B = 43.44%

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

#52CFDE (or 0x52CFDE) is known color: Medium Turquoise. HEX triplet: 52, CF and DE. RGB value is (82,207,222). Sum of RGB (Red+Green+Blue) = 82+207+222=511 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.05% from 511); Green value is 207 (81.25% from 255 or 40.51% from 511); Blue value is 222 (87.11% from 255 or 43.44% from 511); Max value from RGB is 222 - color contains mainly: blue. Hex color #52CFDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CFDE is #AD3021. Grayscale: #ABABAB. Windows color (decimal): -11350050 or 14602066. OLE color: 14602066.

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

Color convert

RGB 82 207 222 -
CMYK 0.63 0.07 0 0.13
HSL 186.43º 0.68% 0.6% -
HSV(B) 186.43º 0.63% 0.87% -
XYZ 38.98 51.69 77.03 -
YUV 171.34 156.59 64.28 -
System Red Green Blue C M Y K H S L
Decimal 82 207 222 0.63 0.07 0 0.13 186.43 0.68 0.6
Hex 52 CF DE 3F 7 0 D BA 44 3C
Octal 122 317 336 77 7 0 15 272 104 74
Binary 1010010 11001111 11011110 111111 111 0 1101 10111010 1000100 111100

Color Harmonies of #52CFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CFDE

Black with #52CFDE

Text Example


Text Example

White with #52CFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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