Html Css Color HEX #28F1E1 Bright Turquoise

📋 copy color: '#28F1E1'

red 40 ◦ green 241 ◦ blue 225

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

Shades of Bright Turquoise #28F1E1

Tints of Bright Turquoise #28F1E1

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.63%

 BLUE value IS 225 (88.28% from 255) = 44.47%

R = 7.91%
G = 47.63%
B = 44.47%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#28F1E1 (or 0x28F1E1) is known color: Bright Turquoise. HEX triplet: 28, F1 and E1. RGB value is (40,241,225). Sum of RGB (Red+Green+Blue) = 40+241+225=506 (67% of max value = 765). Red value is 40 (16.02% from 255 or 7.91% from 506); Green value is 241 (94.53% from 255 or 47.63% from 506); Blue value is 225 (88.28% from 255 or 44.47% from 506); Max value from RGB is 241 - color contains mainly: green. Hex color #28F1E1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28F1E1 is #D70E1E. Grayscale: #B2B2B2. Windows color (decimal): -14093855 or 14807336. OLE color: 14807336.

HSL color Cylindrical-coordinate representation of color #28F1E1: hue angle of 175.22º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28F1E1 is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 40 241 225 -
CMYK 0.83 0 0.07 0.05
HSL 175.22º 0.88% 0.55% -
HSV(B) 175.22º 0.83% 0.95% -
XYZ 45.92 68.8 82.09 -
YUV 179.08 153.91 28.8 -
System Red Green Blue C M Y K H S L
Decimal 40 241 225 0.83 0 0.07 0.05 175.22 0.88 0.55
Hex 28 F1 E1 53 0 7 5 AF 58 37
Octal 50 361 341 123 0 7 5 257 130 67
Binary 101000 11110001 11100001 1010011 0 111 101 10101111 1011000 110111

Color Harmonies of #28F1E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28F1E1

Black with #28F1E1

Text Example


Text Example

White with #28F1E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,241,225); }

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

background-color css

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

 a { background-color: rgb(40,241,225); }

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

border-color css

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

 span { border-color: rgb(40,241,225); }

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