Html Css Color HEX #52FBDB Turquoise

📋 copy color: '#52FBDB'

red 82 ◦ green 251 ◦ blue 219

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

Shades of Turquoise #52FBDB

Tints of Turquoise #52FBDB

RGB

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

 GREEN value IS 251 (98.44% from 255) = 45.47%

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

R = 14.86%
G = 45.47%
B = 39.67%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#52FBDB (or 0x52FBDB) is known color: Turquoise. HEX triplet: 52, FB and DB. RGB value is (82,251,219). Sum of RGB (Red+Green+Blue) = 82+251+219=552 (73% of max value = 765). Red value is 82 (32.42% from 255 or 14.86% from 552); Green value is 251 (98.44% from 255 or 45.47% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 251 - color contains mainly: green. Hex color #52FBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FBDB is #AD0424. Grayscale: #C4C4C4. Windows color (decimal): -11338789 or 14416722. OLE color: 14416722.

HSL color Cylindrical-coordinate representation of color #52FBDB: hue angle of 168.64º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52FBDB is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 82 251 219 -
CMYK 0.67 0 0.13 0.02
HSL 168.64º 0.95% 0.65% -
HSV(B) 168.64º 0.67% 0.98% -
XYZ 50.76 75.9 78.99 -
YUV 196.82 140.51 46.1 -
System Red Green Blue C M Y K H S L
Decimal 82 251 219 0.67 0 0.13 0.02 168.64 0.95 0.65
Hex 52 FB DB 43 0 D 2 A9 5F 41
Octal 122 373 333 103 0 15 2 251 137 101
Binary 1010010 11111011 11011011 1000011 0 1101 10 10101001 1011111 1000001

Color Harmonies of #52FBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FBDB

Black with #52FBDB

Text Example


Text Example

White with #52FBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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