Html Css Color HEX #52FDDB Turquoise

📋 copy color: '#52FDDB'

red 82 ◦ green 253 ◦ blue 219

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

Shades of Turquoise #52FDDB

Tints of Turquoise #52FDDB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.67%

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

R = 14.8%
G = 45.67%
B = 39.53%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#52FDDB (or 0x52FDDB) is known color: Turquoise. HEX triplet: 52, FD and DB. RGB value is (82,253,219). Sum of RGB (Red+Green+Blue) = 82+253+219=554 (73% of max value = 765). Red value is 82 (32.42% from 255 or 14.80% from 554); Green value is 253 (99.22% from 255 or 45.67% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 253 - color contains mainly: green. Hex color #52FDDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FDDB is #AD0224. Grayscale: #C5C5C5. Windows color (decimal): -11338277 or 14417234. OLE color: 14417234.

HSL color Cylindrical-coordinate representation of color #52FDDB: hue angle of 168.07º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52FDDB is Cyan = 0.68, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 82 253 219 -
CMYK 0.68 0 0.13 0.01
HSL 168.07º 0.98% 0.66% -
HSV(B) 168.07º 0.68% 0.99% -
XYZ 51.39 77.16 79.2 -
YUV 198 139.85 45.26 -
System Red Green Blue C M Y K H S L
Decimal 82 253 219 0.68 0 0.13 0.01 168.07 0.98 0.66
Hex 52 FD DB 44 0 D 1 A8 62 42
Octal 122 375 333 104 0 15 1 250 142 102
Binary 1010010 11111101 11011011 1000100 0 1101 1 10101000 1100010 1000010

Color Harmonies of #52FDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FDDB

Black with #52FDDB

Text Example


Text Example

White with #52FDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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