Html Css Color HEX #52EFD0 Turquoise

📋 copy color: '#52EFD0'

red 82 ◦ green 239 ◦ blue 208

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

Shades of Turquoise #52EFD0

Tints of Turquoise #52EFD0

RGB

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

 GREEN value IS 239 (93.75% from 255) = 45.18%

 BLUE value IS 208 (81.64% from 255) = 39.32%

R = 15.5%
G = 45.18%
B = 39.32%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#52EFD0 (or 0x52EFD0) is known color: Turquoise. HEX triplet: 52, EF and D0. RGB value is (82,239,208). Sum of RGB (Red+Green+Blue) = 82+239+208=529 (70% of max value = 765). Red value is 82 (32.42% from 255 or 15.50% from 529); Green value is 239 (93.75% from 255 or 45.18% from 529); Blue value is 208 (81.64% from 255 or 39.32% from 529); Max value from RGB is 239 - color contains mainly: green. Hex color #52EFD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52EFD0 is #AD102F. Grayscale: #BCBCBC. Windows color (decimal): -11341872 or 13692754. OLE color: 13692754.

HSL color Cylindrical-coordinate representation of color #52EFD0: hue angle of 168.15º degrees, saturation: 0.83, 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 #52EFD0 is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB 82 239 208 -
CMYK 0.66 0 0.13 0.06
HSL 168.15º 0.83% 0.63% -
HSV(B) 168.15º 0.66% 0.94% -
XYZ 45.73 68.08 70.41 -
YUV 188.52 138.99 52.02 -
System Red Green Blue C M Y K H S L
Decimal 82 239 208 0.66 0 0.13 0.06 168.15 0.83 0.63
Hex 52 EF D0 42 0 D 6 A8 53 3F
Octal 122 357 320 102 0 15 6 250 123 77
Binary 1010010 11101111 11010000 1000010 0 1101 110 10101000 1010011 111111

Color Harmonies of #52EFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EFD0

Black with #52EFD0

Text Example


Text Example

White with #52EFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,239,208); }

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

background-color css

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

 a { background-color: rgb(82,239,208); }

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

border-color css

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

 span { border-color: rgb(82,239,208); }

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