Html Css Color HEX #28F9DB Turquoise

📋 copy color: '#28F9DB'

red 40 ◦ green 249 ◦ blue 219

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

Shades of Turquoise #28F9DB

Tints of Turquoise #28F9DB

RGB

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

 GREEN value IS 249 (97.66% from 255) = 49.02%

 BLUE value IS 219 (85.94% from 255) = 43.11%

R = 7.87%
G = 49.02%
B = 43.11%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#28F9DB (or 0x28F9DB) is known color: Turquoise. HEX triplet: 28, F9 and DB. RGB value is (40,249,219). Sum of RGB (Red+Green+Blue) = 40+249+219=508 (67% of max value = 765). Red value is 40 (16.02% from 255 or 7.87% from 508); Green value is 249 (97.66% from 255 or 49.02% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 249 - color contains mainly: green. Hex color #28F9DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28F9DB is #D70624. Grayscale: #B7B7B7. Windows color (decimal): -14091813 or 14416168. OLE color: 14416168.

HSL color Cylindrical-coordinate representation of color #28F9DB: hue angle of 171.39º degrees, saturation: 0.95, 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 #28F9DB is Cyan = 0.84, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 40 249 219 -
CMYK 0.84 0 0.12 0.02
HSL 171.39º 0.95% 0.57% -
HSV(B) 171.39º 0.84% 0.98% -
XYZ 47.54 73.32 78.66 -
YUV 183.09 148.26 25.94 -
System Red Green Blue C M Y K H S L
Decimal 40 249 219 0.84 0 0.12 0.02 171.39 0.95 0.57
Hex 28 F9 DB 54 0 C 2 AB 5F 39
Octal 50 371 333 124 0 14 2 253 137 71
Binary 101000 11111001 11011011 1010100 0 1100 10 10101011 1011111 111001

Color Harmonies of #28F9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28F9DB

Black with #28F9DB

Text Example


Text Example

White with #28F9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,249,219); }

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

background-color css

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

 a { background-color: rgb(40,249,219); }

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

border-color css

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

 span { border-color: rgb(40,249,219); }

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