Html Css Color HEX #28DEF8 Bright Turquoise

📋 copy color: '#28DEF8'

red 40 ◦ green 222 ◦ blue 248

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

Shades of Bright Turquoise #28DEF8

Tints of Bright Turquoise #28DEF8

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.53%

 BLUE value IS 248 (97.27% from 255) = 48.63%

R = 7.84%
G = 43.53%
B = 48.63%

CMYK

 C value IS 0.84

 M value IS 0.10

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#28DEF8 (or 0x28DEF8) is known color: Bright Turquoise. HEX triplet: 28, DE and F8. RGB value is (40,222,248). Sum of RGB (Red+Green+Blue) = 40+222+248=510 (67% of max value = 765). Red value is 40 (16.02% from 255 or 7.84% from 510); Green value is 222 (87.11% from 255 or 43.53% from 510); Blue value is 248 (97.27% from 255 or 48.63% from 510); Max value from RGB is 248 - color contains mainly: blue. Hex color #28DEF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28DEF8 is #D72107. Grayscale: #AAAAAA. Windows color (decimal): -14098696 or 16309800. OLE color: 16309800.

HSL color Cylindrical-coordinate representation of color #28DEF8: hue angle of 187.5º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28DEF8 is Cyan = 0.84, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 40 222 248 -
CMYK 0.84 0.10 0 0.03
HSL 187.5º 0.94% 0.56% -
HSV(B) 187.5º 0.84% 0.97% -
XYZ 43.94 59.47 97.97 -
YUV 170.55 171.7 34.89 -
System Red Green Blue C M Y K H S L
Decimal 40 222 248 0.84 0.10 0 0.03 187.5 0.94 0.56
Hex 28 DE F8 54 A 0 3 BC 5E 38
Octal 50 336 370 124 12 0 3 274 136 70
Binary 101000 11011110 11111000 1010100 1010 0 11 10111100 1011110 111000

Color Harmonies of #28DEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DEF8

Black with #28DEF8

Text Example


Text Example

White with #28DEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,222,248); }

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

background-color css

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

 a { background-color: rgb(40,222,248); }

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

border-color css

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

 span { border-color: rgb(40,222,248); }

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