Html Css Color HEX #28FCC5 Turquoise

📋 copy color: '#28FCC5'

red 40 ◦ green 252 ◦ blue 197

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

Shades of Turquoise #28FCC5

Tints of Turquoise #28FCC5

RGB

 RED value IS 40 (16.02% from 255) = 8.18%

 GREEN value IS 252 (98.83% from 255) = 51.53%

 BLUE value IS 197 (77.34% from 255) = 40.29%

R = 8.18%
G = 51.53%
B = 40.29%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#28FCC5 (or 0x28FCC5) is known color: Turquoise. HEX triplet: 28, FC and C5. RGB value is (40,252,197). Sum of RGB (Red+Green+Blue) = 40+252+197=489 (64% of max value = 765). Red value is 40 (16.02% from 255 or 8.18% from 489); Green value is 252 (98.83% from 255 or 51.53% from 489); Blue value is 197 (77.34% from 255 or 40.29% from 489); Max value from RGB is 252 - color contains mainly: green. Hex color #28FCC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FCC5 is #D7033A. Grayscale: #B6B6B6. Windows color (decimal): -14091067 or 12975144. OLE color: 12975144.

HSL color Cylindrical-coordinate representation of color #28FCC5: hue angle of 164.43º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FCC5 is Cyan = 0.84, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB 40 252 197 -
CMYK 0.84 0 0.22 0.01
HSL 164.43º 0.97% 0.57% -
HSV(B) 164.43º 0.84% 0.99% -
XYZ 45.76 74.1 64.71 -
YUV 182.34 136.26 26.47 -
System Red Green Blue C M Y K H S L
Decimal 40 252 197 0.84 0 0.22 0.01 164.43 0.97 0.57
Hex 28 FC C5 54 0 16 1 A4 61 39
Octal 50 374 305 124 0 26 1 244 141 71
Binary 101000 11111100 11000101 1010100 0 10110 1 10100100 1100001 111001

Color Harmonies of #28FCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28FCC5

Black with #28FCC5

Text Example


Text Example

White with #28FCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28FCC5; }

 p { color: rgb(40,252,197); }

 H1.HeaderClassName
 {
   color: #28FCC5;
 }
 .AnyTagClassName
 {
   color: #28FCC5;
 }
</style>

background-color css

<style>
 a { background-color: #28FCC5; }

 a { background-color: rgb(40,252,197); }

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

border-color css

<style>
 span { border-color: #28FCC5; }

 span { border-color: rgb(40,252,197); }

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