Html Css Color HEX #52EDBB Turquoise

📋 copy color: '#52EDBB'

red 82 ◦ green 237 ◦ blue 187

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

Shades of Turquoise #52EDBB

Tints of Turquoise #52EDBB

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.84%

 BLUE value IS 187 (73.44% from 255) = 36.96%

R = 16.21%
G = 46.84%
B = 36.96%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#52EDBB (or 0x52EDBB) is known color: Turquoise. HEX triplet: 52, ED and BB. RGB value is (82,237,187). Sum of RGB (Red+Green+Blue) = 82+237+187=506 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.21% from 506); Green value is 237 (92.97% from 255 or 46.84% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 237 - color contains mainly: green. Hex color #52EDBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52EDBB is #AD1244. Grayscale: #B8B8B8. Windows color (decimal): -11342405 or 12315986. OLE color: 12315986.

HSL color Cylindrical-coordinate representation of color #52EDBB: hue angle of 160.65º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52EDBB is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 237 187 -
CMYK 0.65 0 0.21 0.07
HSL 160.65º 0.81% 0.63% -
HSV(B) 160.65º 0.65% 0.93% -
XYZ 42.73 65.95 57.49 -
YUV 184.96 129.15 54.57 -
System Red Green Blue C M Y K H S L
Decimal 82 237 187 0.65 0 0.21 0.07 160.65 0.81 0.63
Hex 52 ED BB 41 0 15 7 A1 51 3F
Octal 122 355 273 101 0 25 7 241 121 77
Binary 1010010 11101101 10111011 1000001 0 10101 111 10100001 1010001 111111

Color Harmonies of #52EDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EDBB

Black with #52EDBB

Text Example


Text Example

White with #52EDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,237,187); }

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

background-color css

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

 a { background-color: rgb(82,237,187); }

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

border-color css

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

 span { border-color: rgb(82,237,187); }

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