Html Css Color HEX #28FCC7 Turquoise

📋 copy color: '#28FCC7'

red 40 ◦ green 252 ◦ blue 199

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

Shades of Turquoise #28FCC7

Tints of Turquoise #28FCC7

RGB

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

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

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

R = 8.15%
G = 51.32%
B = 40.53%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#28FCC7 (or 0x28FCC7) is known color: Turquoise. HEX triplet: 28, FC and C7. RGB value is (40,252,199). Sum of RGB (Red+Green+Blue) = 40+252+199=491 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.15% from 491); Green value is 252 (98.83% from 255 or 51.32% from 491); Blue value is 199 (78.12% from 255 or 40.53% from 491); Max value from RGB is 252 - color contains mainly: green. Hex color #28FCC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FCC7 is #D70338. Grayscale: #B6B6B6. Windows color (decimal): -14091065 or 13106216. OLE color: 13106216.

HSL color Cylindrical-coordinate representation of color #28FCC7: hue angle of 165º 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 #28FCC7 is Cyan = 0.84, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB 40 252 199 -
CMYK 0.84 0 0.21 0.01
HSL 165º 0.97% 0.57% -
HSV(B) 165º 0.84% 0.99% -
XYZ 45.99 74.2 65.93 -
YUV 182.57 137.26 26.31 -
System Red Green Blue C M Y K H S L
Decimal 40 252 199 0.84 0 0.21 0.01 165 0.97 0.57
Hex 28 FC C7 54 0 15 1 A5 61 39
Octal 50 374 307 124 0 25 1 245 141 71
Binary 101000 11111100 11000111 1010100 0 10101 1 10100101 1100001 111001

Color Harmonies of #28FCC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28FCC7

Black with #28FCC7

Text Example


Text Example

White with #28FCC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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