Html Css Color HEX #28E9FD Bright Turquoise

📋 copy color: '#28E9FD'

red 40 ◦ green 233 ◦ blue 253

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

Shades of Bright Turquoise #28E9FD

Tints of Bright Turquoise #28E9FD

RGB

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

 GREEN value IS 233 (91.41% from 255) = 44.3%

 BLUE value IS 253 (99.22% from 255) = 48.1%

R = 7.6%
G = 44.3%
B = 48.1%

CMYK

 C value IS 0.84

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#28E9FD (or 0x28E9FD) is known color: Bright Turquoise. HEX triplet: 28, E9 and FD. RGB value is (40,233,253). Sum of RGB (Red+Green+Blue) = 40+233+253=526 (69% of max value = 765). Red value is 40 (16.02% from 255 or 7.60% from 526); Green value is 233 (91.41% from 255 or 44.30% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #28E9FD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28E9FD is #D71602. Grayscale: #B1B1B1. Windows color (decimal): -14095875 or 16640296. OLE color: 16640296.

HSL color Cylindrical-coordinate representation of color #28E9FD: hue angle of 185.63º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28E9FD is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 40 233 253 -
CMYK 0.84 0.08 0 0.01
HSL 185.63º 0.98% 0.57% -
HSV(B) 185.63º 0.84% 0.99% -
XYZ 47.74 65.82 103.12 -
YUV 177.57 170.56 29.87 -
System Red Green Blue C M Y K H S L
Decimal 40 233 253 0.84 0.08 0 0.01 185.63 0.98 0.57
Hex 28 E9 FD 54 8 0 1 BA 62 39
Octal 50 351 375 124 10 0 1 272 142 71
Binary 101000 11101001 11111101 1010100 1000 0 1 10111010 1100010 111001

Color Harmonies of #28E9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28E9FD

Black with #28E9FD

Text Example


Text Example

White with #28E9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,233,253); }

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

background-color css

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

 a { background-color: rgb(40,233,253); }

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

border-color css

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

 span { border-color: rgb(40,233,253); }

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