Html Css Color HEX #28F9DF Bright Turquoise

📋 copy color: '#28F9DF'

red 40 ◦ green 249 ◦ blue 223

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

Shades of Bright Turquoise #28F9DF

Tints of Bright Turquoise #28F9DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.55%

R = 7.81%
G = 48.63%
B = 43.55%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#28F9DF (or 0x28F9DF) is known color: Bright Turquoise. HEX triplet: 28, F9 and DF. RGB value is (40,249,223). Sum of RGB (Red+Green+Blue) = 40+249+223=512 (67% of max value = 765). Red value is 40 (16.02% from 255 or 7.81% from 512); Green value is 249 (97.66% from 255 or 48.63% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 249 - color contains mainly: green. Hex color #28F9DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28F9DF is #D70620. Grayscale: #B7B7B7. Windows color (decimal): -14091809 or 14678312. OLE color: 14678312.

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

Color convert

RGB 40 249 223 -
CMYK 0.84 0 0.10 0.02
HSL 172.54º 0.95% 0.57% -
HSV(B) 172.54º 0.84% 0.98% -
XYZ 48.07 73.53 81.47 -
YUV 183.55 150.26 25.61 -
System Red Green Blue C M Y K H S L
Decimal 40 249 223 0.84 0 0.10 0.02 172.54 0.95 0.57
Hex 28 F9 DF 54 0 A 2 AD 5F 39
Octal 50 371 337 124 0 12 2 255 137 71
Binary 101000 11111001 11011111 1010100 0 1010 10 10101101 1011111 111001

Color Harmonies of #28F9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28F9DF

Black with #28F9DF

Text Example


Text Example

White with #28F9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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