Html Css Color HEX #28F8D9 Turquoise

📋 copy color: '#28F8D9'

red 40 ◦ green 248 ◦ blue 217

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

Shades of Turquoise #28F8D9

Tints of Turquoise #28F8D9

RGB

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

 GREEN value IS 248 (97.27% from 255) = 49.11%

 BLUE value IS 217 (85.16% from 255) = 42.97%

R = 7.92%
G = 49.11%
B = 42.97%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#28F8D9 (or 0x28F8D9) is known color: Turquoise. HEX triplet: 28, F8 and D9. RGB value is (40,248,217). Sum of RGB (Red+Green+Blue) = 40+248+217=505 (66% of max value = 765). Red value is 40 (16.02% from 255 or 7.92% from 505); Green value is 248 (97.27% from 255 or 49.11% from 505); Blue value is 217 (85.16% from 255 or 42.97% from 505); Max value from RGB is 248 - color contains mainly: green. Hex color #28F8D9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28F8D9 is #D70726. Grayscale: #B6B6B6. Windows color (decimal): -14092071 or 14284840. OLE color: 14284840.

HSL color Cylindrical-coordinate representation of color #28F8D9: hue angle of 171.06º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28F8D9 is Cyan = 0.84, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 40 248 217 -
CMYK 0.84 0 0.12 0.03
HSL 171.06º 0.94% 0.56% -
HSV(B) 171.06º 0.84% 0.97% -
XYZ 46.97 72.6 77.18 -
YUV 182.27 147.59 26.52 -
System Red Green Blue C M Y K H S L
Decimal 40 248 217 0.84 0 0.12 0.03 171.06 0.94 0.56
Hex 28 F8 D9 54 0 C 3 AB 5E 38
Octal 50 370 331 124 0 14 3 253 136 70
Binary 101000 11111000 11011001 1010100 0 1100 11 10101011 1011110 111000

Color Harmonies of #28F8D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28F8D9

Black with #28F8D9

Text Example


Text Example

White with #28F8D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,248,217); }

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

background-color css

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

 a { background-color: rgb(40,248,217); }

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

border-color css

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

 span { border-color: rgb(40,248,217); }

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