Html Css Color HEX #52F9BD Turquoise

📋 copy color: '#52F9BD'

red 82 ◦ green 249 ◦ blue 189

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

Shades of Turquoise #52F9BD

Tints of Turquoise #52F9BD

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.88%

 BLUE value IS 189 (74.22% from 255) = 36.35%

R = 15.77%
G = 47.88%
B = 36.35%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#52F9BD (or 0x52F9BD) is known color: Turquoise. HEX triplet: 52, F9 and BD. RGB value is (82,249,189). Sum of RGB (Red+Green+Blue) = 82+249+189=520 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.77% from 520); Green value is 249 (97.66% from 255 or 47.88% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 249 - color contains mainly: green. Hex color #52F9BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52F9BD is #AD0642. Grayscale: #C0C0C0. Windows color (decimal): -11339331 or 12450130. OLE color: 12450130.

HSL color Cylindrical-coordinate representation of color #52F9BD: hue angle of 158.44º degrees, saturation: 0.93, 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 #52F9BD is Cyan = 0.67, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 82 249 189 -
CMYK 0.67 0 0.24 0.02
HSL 158.44º 0.93% 0.65% -
HSV(B) 158.44º 0.67% 0.98% -
XYZ 46.54 73.22 59.82 -
YUV 192.23 126.17 49.38 -
System Red Green Blue C M Y K H S L
Decimal 82 249 189 0.67 0 0.24 0.02 158.44 0.93 0.65
Hex 52 F9 BD 43 0 18 2 9E 5D 41
Octal 122 371 275 103 0 30 2 236 135 101
Binary 1010010 11111001 10111101 1000011 0 11000 10 10011110 1011101 1000001

Color Harmonies of #52F9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F9BD

Black with #52F9BD

Text Example


Text Example

White with #52F9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,249,189); }

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

background-color css

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

 a { background-color: rgb(82,249,189); }

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

border-color css

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

 span { border-color: rgb(82,249,189); }

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