Html Css Color HEX #28F8BE Turquoise

📋 copy color: '#28F8BE'

red 40 ◦ green 248 ◦ blue 190

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

Shades of Turquoise #28F8BE

Tints of Turquoise #28F8BE

RGB

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

 GREEN value IS 248 (97.27% from 255) = 51.88%

 BLUE value IS 190 (74.61% from 255) = 39.75%

R = 8.37%
G = 51.88%
B = 39.75%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#28F8BE (or 0x28F8BE) is known color: Turquoise. HEX triplet: 28, F8 and BE. RGB value is (40,248,190). Sum of RGB (Red+Green+Blue) = 40+248+190=478 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.37% from 478); Green value is 248 (97.27% from 255 or 51.88% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 248 - color contains mainly: green. Hex color #28F8BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28F8BE is #D70741. Grayscale: #B3B3B3. Windows color (decimal): -14092098 or 12515368. OLE color: 12515368.

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

Color convert

RGB 40 248 190 -
CMYK 0.84 0 0.23 0.03
HSL 163.27º 0.94% 0.56% -
HSV(B) 163.27º 0.84% 0.97% -
XYZ 43.74 71.3 60.17 -
YUV 179.2 134.09 28.72 -
System Red Green Blue C M Y K H S L
Decimal 40 248 190 0.84 0 0.23 0.03 163.27 0.94 0.56
Hex 28 F8 BE 54 0 17 3 A3 5E 38
Octal 50 370 276 124 0 27 3 243 136 70
Binary 101000 11111000 10111110 1010100 0 10111 11 10100011 1011110 111000

Color Harmonies of #28F8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28F8BE

Black with #28F8BE

Text Example


Text Example

White with #28F8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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