Html Css Color HEX #52DEDB Turquoise

📋 copy color: '#52DEDB'

red 82 ◦ green 222 ◦ blue 219

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

Shades of Turquoise #52DEDB

Tints of Turquoise #52DEDB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.45%

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

R = 15.68%
G = 42.45%
B = 41.87%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#52DEDB (or 0x52DEDB) is known color: Turquoise. HEX triplet: 52, DE and DB. RGB value is (82,222,219). Sum of RGB (Red+Green+Blue) = 82+222+219=523 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.68% from 523); Green value is 222 (87.11% from 255 or 42.45% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 222 - color contains mainly: green. Hex color #52DEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DEDB is #AD2124. Grayscale: #B3B3B3. Windows color (decimal): -11346213 or 14409298. OLE color: 14409298.

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

Color convert

RGB 82 222 219 -
CMYK 0.63 0 0.01 0.13
HSL 178.71º 0.68% 0.6% -
HSV(B) 178.71º 0.63% 0.87% -
XYZ 42.39 59.15 76.2 -
YUV 179.8 150.12 58.24 -
System Red Green Blue C M Y K H S L
Decimal 82 222 219 0.63 0 0.01 0.13 178.71 0.68 0.6
Hex 52 DE DB 3F 0 1 D B3 44 3C
Octal 122 336 333 77 0 1 15 263 104 74
Binary 1010010 11011110 11011011 111111 0 1 1101 10110011 1000100 111100

Color Harmonies of #52DEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DEDB

Black with #52DEDB

Text Example


Text Example

White with #52DEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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