Html Css Color HEX #52F0DF Turquoise

📋 copy color: '#52F0DF'

red 82 ◦ green 240 ◦ blue 223

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

Shades of Turquoise #52F0DF

Tints of Turquoise #52F0DF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.04%

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

R = 15.05%
G = 44.04%
B = 40.92%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#52F0DF (or 0x52F0DF) is known color: Turquoise. HEX triplet: 52, F0 and DF. RGB value is (82,240,223). Sum of RGB (Red+Green+Blue) = 82+240+223=545 (72% of max value = 765). Red value is 82 (32.42% from 255 or 15.05% from 545); Green value is 240 (94.14% from 255 or 44.04% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 240 - color contains mainly: green. Hex color #52F0DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52F0DF is #AD0F20. Grayscale: #BEBEBE. Windows color (decimal): -11341601 or 14676050. OLE color: 14676050.

HSL color Cylindrical-coordinate representation of color #52F0DF: hue angle of 173.54º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F0DF is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 82 240 223 -
CMYK 0.66 0 0.07 0.06
HSL 173.54º 0.84% 0.63% -
HSV(B) 173.54º 0.66% 0.94% -
XYZ 47.96 69.44 80.69 -
YUV 190.82 146.15 50.38 -
System Red Green Blue C M Y K H S L
Decimal 82 240 223 0.66 0 0.07 0.06 173.54 0.84 0.63
Hex 52 F0 DF 42 0 7 6 AE 54 3F
Octal 122 360 337 102 0 7 6 256 124 77
Binary 1010010 11110000 11011111 1000010 0 111 110 10101110 1010100 111111

Color Harmonies of #52F0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F0DF

Black with #52F0DF

Text Example


Text Example

White with #52F0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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