Html Css Color HEX #52EBDB Turquoise

📋 copy color: '#52EBDB'

red 82 ◦ green 235 ◦ blue 219

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

Shades of Turquoise #52EBDB

Tints of Turquoise #52EBDB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 43.84%

 BLUE value IS 219 (85.94% from 255) = 40.86%

R = 15.3%
G = 43.84%
B = 40.86%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#52EBDB (or 0x52EBDB) is known color: Turquoise. HEX triplet: 52, EB and DB. RGB value is (82,235,219). Sum of RGB (Red+Green+Blue) = 82+235+219=536 (70% of max value = 765). Red value is 82 (32.42% from 255 or 15.30% from 536); Green value is 235 (92.19% from 255 or 43.84% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 235 - color contains mainly: green. Hex color #52EBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52EBDB is #AD1424. Grayscale: #BBBBBB. Windows color (decimal): -11342885 or 14412626. OLE color: 14412626.

HSL color Cylindrical-coordinate representation of color #52EBDB: hue angle of 173.73º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52EBDB is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 82 235 219 -
CMYK 0.65 0 0.07 0.08
HSL 173.73º 0.79% 0.62% -
HSV(B) 173.73º 0.65% 0.92% -
XYZ 45.97 66.32 77.4 -
YUV 187.43 145.81 52.8 -
System Red Green Blue C M Y K H S L
Decimal 82 235 219 0.65 0 0.07 0.08 173.73 0.79 0.62
Hex 52 EB DB 41 0 7 8 AE 4F 3E
Octal 122 353 333 101 0 7 10 256 117 76
Binary 1010010 11101011 11011011 1000001 0 111 1000 10101110 1001111 111110

Color Harmonies of #52EBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EBDB

Black with #52EBDB

Text Example


Text Example

White with #52EBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,235,219); }

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

background-color css

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

 a { background-color: rgb(82,235,219); }

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

border-color css

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

 span { border-color: rgb(82,235,219); }

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