Html Css Color HEX #52FBBC Turquoise

📋 copy color: '#52FBBC'

red 82 ◦ green 251 ◦ blue 188

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

Shades of Turquoise #52FBBC

Tints of Turquoise #52FBBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.08%

R = 15.74%
G = 48.18%
B = 36.08%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#52FBBC (or 0x52FBBC) is known color: Turquoise. HEX triplet: 52, FB and BC. RGB value is (82,251,188). Sum of RGB (Red+Green+Blue) = 82+251+188=521 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.74% from 521); Green value is 251 (98.44% from 255 or 48.18% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 251 - color contains mainly: green. Hex color #52FBBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FBBC is #AD0443. Grayscale: #C1C1C1. Windows color (decimal): -11338820 or 12385106. OLE color: 12385106.

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

Color convert

RGB 82 251 188 -
CMYK 0.67 0 0.25 0.02
HSL 157.63º 0.95% 0.65% -
HSV(B) 157.63º 0.67% 0.98% -
XYZ 47.05 74.42 59.46 -
YUV 193.29 125.01 48.62 -
System Red Green Blue C M Y K H S L
Decimal 82 251 188 0.67 0 0.25 0.02 157.63 0.95 0.65
Hex 52 FB BC 43 0 19 2 9E 5F 41
Octal 122 373 274 103 0 31 2 236 137 101
Binary 1010010 11111011 10111100 1000011 0 11001 10 10011110 1011111 1000001

Color Harmonies of #52FBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FBBC

Black with #52FBBC

Text Example


Text Example

White with #52FBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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