Html Css Color HEX #28F8D5 Turquoise

📋 copy color: '#28F8D5'

red 40 ◦ green 248 ◦ blue 213

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

Shades of Turquoise #28F8D5

Tints of Turquoise #28F8D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.51%

R = 7.98%
G = 49.5%
B = 42.51%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.14

 K value IS 0.03

RGB Variations

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

Color information

#28F8D5 (or 0x28F8D5) is known color: Turquoise. HEX triplet: 28, F8 and D5. RGB value is (40,248,213). Sum of RGB (Red+Green+Blue) = 40+248+213=501 (66% of max value = 765). Red value is 40 (16.02% from 255 or 7.98% from 501); Green value is 248 (97.27% from 255 or 49.50% from 501); Blue value is 213 (83.59% from 255 or 42.51% from 501); Max value from RGB is 248 - color contains mainly: green. Hex color #28F8D5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28F8D5 is #D7072A. Grayscale: #B5B5B5. Windows color (decimal): -14092075 or 14022696. OLE color: 14022696.

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

Color convert

RGB 40 248 213 -
CMYK 0.84 0 0.14 0.03
HSL 169.9º 0.94% 0.56% -
HSV(B) 169.9º 0.84% 0.97% -
XYZ 46.45 72.39 74.48 -
YUV 181.82 145.59 26.85 -
System Red Green Blue C M Y K H S L
Decimal 40 248 213 0.84 0 0.14 0.03 169.9 0.94 0.56
Hex 28 F8 D5 54 0 E 3 AA 5E 38
Octal 50 370 325 124 0 16 3 252 136 70
Binary 101000 11111000 11010101 1010100 0 1110 11 10101010 1011110 111000

Color Harmonies of #28F8D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28F8D5

Black with #28F8D5

Text Example


Text Example

White with #28F8D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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