Html Css Color HEX #28FADC Turquoise

📋 copy color: '#28FADC'

red 40 ◦ green 250 ◦ blue 220

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

Shades of Turquoise #28FADC

Tints of Turquoise #28FADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.14%

R = 7.84%
G = 49.02%
B = 43.14%

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

#28FADC (or 0x28FADC) is known color: Turquoise. HEX triplet: 28, FA and DC. RGB value is (40,250,220). Sum of RGB (Red+Green+Blue) = 40+250+220=510 (67% of max value = 765). Red value is 40 (16.02% from 255 or 7.84% from 510); Green value is 250 (98.05% from 255 or 49.02% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 250 - color contains mainly: green. Hex color #28FADC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FADC is #D70523. Grayscale: #B7B7B7. Windows color (decimal): -14091556 or 14481960. OLE color: 14481960.

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

Color convert

RGB 40 250 220 -
CMYK 0.84 0 0.12 0.02
HSL 171.43º 0.95% 0.57% -
HSV(B) 171.43º 0.84% 0.98% -
XYZ 47.98 73.99 79.46 -
YUV 183.79 148.43 25.44 -
System Red Green Blue C M Y K H S L
Decimal 40 250 220 0.84 0 0.12 0.02 171.43 0.95 0.57
Hex 28 FA DC 54 0 C 2 AB 5F 39
Octal 50 372 334 124 0 14 2 253 137 71
Binary 101000 11111010 11011100 1010100 0 1100 10 10101011 1011111 111001

Color Harmonies of #28FADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28FADC

Black with #28FADC

Text Example


Text Example

White with #28FADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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