Html Css Color HEX #28FFDB Bright Turquoise

📋 copy color: '#28FFDB'

red 40 ◦ green 255 ◦ blue 219

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

Shades of Bright Turquoise #28FFDB

Tints of Bright Turquoise #28FFDB

RGB

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

 GREEN value IS 255 (100% from 255) = 49.61%

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

R = 7.78%
G = 49.61%
B = 42.61%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#28FFDB (or 0x28FFDB) is known color: Bright Turquoise. HEX triplet: 28, FF and DB. RGB value is (40,255,219). Sum of RGB (Red+Green+Blue) = 40+255+219=514 (68% of max value = 765). Red value is 40 (16.02% from 255 or 7.78% from 514); Green value is 255 (100% from 255 or 49.61% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 255 - color contains mainly: green. Hex color #28FFDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FFDB is #D70024. Grayscale: #BABABA. Windows color (decimal): -14090277 or 14417704. OLE color: 14417704.

HSL color Cylindrical-coordinate representation of color #28FFDB: hue angle of 169.95º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FFDB is Cyan = 0.84, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB 40 255 219 -
CMYK 0.84 0 0.14 0
HSL 169.95º 1% 0.58% -
HSV(B) 169.95º 0.84% 1% -
XYZ 49.42 77.09 79.29 -
YUV 186.61 146.27 23.43 -
System Red Green Blue C M Y K H S L
Decimal 40 255 219 0.84 0 0.14 0 169.95 1 0.58
Hex 28 FF DB 54 0 E 0 AA 64 3A
Octal 50 377 333 124 0 16 0 252 144 72
Binary 101000 11111111 11011011 1010100 0 1110 0 10101010 1100100 111010

Color Harmonies of #28FFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28FFDB

Black with #28FFDB

Text Example


Text Example

White with #28FFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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