Html Css Color HEX #52EFD5 Turquoise

📋 copy color: '#52EFD5'

red 82 ◦ green 239 ◦ blue 213

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

Shades of Turquoise #52EFD5

Tints of Turquoise #52EFD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.89%

R = 15.36%
G = 44.76%
B = 39.89%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#52EFD5 (or 0x52EFD5) is known color: Turquoise. HEX triplet: 52, EF and D5. RGB value is (82,239,213). Sum of RGB (Red+Green+Blue) = 82+239+213=534 (70% of max value = 765). Red value is 82 (32.42% from 255 or 15.36% from 534); Green value is 239 (93.75% from 255 or 44.76% from 534); Blue value is 213 (83.59% from 255 or 39.89% from 534); Max value from RGB is 239 - color contains mainly: green. Hex color #52EFD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52EFD5 is #AD102A. Grayscale: #BDBDBD. Windows color (decimal): -11341867 or 14020434. OLE color: 14020434.

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

Color convert

RGB 82 239 213 -
CMYK 0.66 0 0.11 0.06
HSL 170.06º 0.83% 0.63% -
HSV(B) 170.06º 0.66% 0.94% -
XYZ 46.36 68.33 73.7 -
YUV 189.09 141.49 51.61 -
System Red Green Blue C M Y K H S L
Decimal 82 239 213 0.66 0 0.11 0.06 170.06 0.83 0.63
Hex 52 EF D5 42 0 B 6 AA 53 3F
Octal 122 357 325 102 0 13 6 252 123 77
Binary 1010010 11101111 11010101 1000010 0 1011 110 10101010 1010011 111111

Color Harmonies of #52EFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EFD5

Black with #52EFD5

Text Example


Text Example

White with #52EFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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