Html Css Color HEX #28FBC7 Turquoise

📋 copy color: '#28FBC7'

red 40 ◦ green 251 ◦ blue 199

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

Shades of Turquoise #28FBC7

Tints of Turquoise #28FBC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 40.61%

R = 8.16%
G = 51.22%
B = 40.61%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#28FBC7 (or 0x28FBC7) is known color: Turquoise. HEX triplet: 28, FB and C7. RGB value is (40,251,199). Sum of RGB (Red+Green+Blue) = 40+251+199=490 (64% of max value = 765). Red value is 40 (16.02% from 255 or 8.16% from 490); Green value is 251 (98.44% from 255 or 51.22% from 490); Blue value is 199 (78.12% from 255 or 40.61% from 490); Max value from RGB is 251 - color contains mainly: green. Hex color #28FBC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FBC7 is #D70438. Grayscale: #B5B5B5. Windows color (decimal): -14091321 or 13105960. OLE color: 13105960.

HSL color Cylindrical-coordinate representation of color #28FBC7: hue angle of 165.21º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FBC7 is Cyan = 0.84, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB 40 251 199 -
CMYK 0.84 0 0.21 0.02
HSL 165.21º 0.96% 0.57% -
HSV(B) 165.21º 0.84% 0.98% -
XYZ 45.68 73.57 65.83 -
YUV 181.98 137.6 26.73 -
System Red Green Blue C M Y K H S L
Decimal 40 251 199 0.84 0 0.21 0.02 165.21 0.96 0.57
Hex 28 FB C7 54 0 15 2 A5 60 39
Octal 50 373 307 124 0 25 2 245 140 71
Binary 101000 11111011 11000111 1010100 0 10101 10 10100101 1100000 111001

Color Harmonies of #28FBC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28FBC7

Black with #28FBC7

Text Example


Text Example

White with #28FBC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,251,199); }

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

background-color css

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

 a { background-color: rgb(40,251,199); }

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

border-color css

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

 span { border-color: rgb(40,251,199); }

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