Html Css Color HEX #28FADB Turquoise

📋 copy color: '#28FADB'

red 40 ◦ green 250 ◦ blue 219

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

Shades of Turquoise #28FADB

Tints of Turquoise #28FADB

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.12%

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

R = 7.86%
G = 49.12%
B = 43.03%

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

#28FADB (or 0x28FADB) is known color: Turquoise. HEX triplet: 28, FA and DB. RGB value is (40,250,219). Sum of RGB (Red+Green+Blue) = 40+250+219=509 (67% of max value = 765). Red value is 40 (16.02% from 255 or 7.86% from 509); Green value is 250 (98.05% from 255 or 49.12% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 250 - color contains mainly: green. Hex color #28FADB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FADB is #D70524. Grayscale: #B7B7B7. Windows color (decimal): -14091557 or 14416424. OLE color: 14416424.

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

Color convert

RGB 40 250 219 -
CMYK 0.84 0 0.12 0.02
HSL 171.14º 0.95% 0.57% -
HSV(B) 171.14º 0.84% 0.98% -
XYZ 47.85 73.94 78.77 -
YUV 183.68 147.93 25.52 -
System Red Green Blue C M Y K H S L
Decimal 40 250 219 0.84 0 0.12 0.02 171.14 0.95 0.57
Hex 28 FA DB 54 0 C 2 AB 5F 39
Octal 50 372 333 124 0 14 2 253 137 71
Binary 101000 11111010 11011011 1010100 0 1100 10 10101011 1011111 111001

Color Harmonies of #28FADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28FADB

Black with #28FADB

Text Example


Text Example

White with #28FADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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