Html Css Color HEX #28E7FD Bright Turquoise

📋 copy color: '#28E7FD'

red 40 ◦ green 231 ◦ blue 253

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

Shades of Bright Turquoise #28E7FD

Tints of Bright Turquoise #28E7FD

RGB

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

 GREEN value IS 231 (90.63% from 255) = 44.08%

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

R = 7.63%
G = 44.08%
B = 48.28%

CMYK

 C value IS 0.84

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#28E7FD (or 0x28E7FD) is known color: Bright Turquoise. HEX triplet: 28, E7 and FD. RGB value is (40,231,253). Sum of RGB (Red+Green+Blue) = 40+231+253=524 (69% of max value = 765). Red value is 40 (16.02% from 255 or 7.63% from 524); Green value is 231 (90.62% from 255 or 44.08% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #28E7FD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28E7FD is #D71802. Grayscale: #B0B0B0. Windows color (decimal): -14096387 or 16639784. OLE color: 16639784.

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

Color convert

RGB 40 231 253 -
CMYK 0.84 0.09 0 0.01
HSL 186.2º 0.98% 0.57% -
HSV(B) 186.2º 0.84% 0.99% -
XYZ 47.18 64.69 102.93 -
YUV 176.4 171.22 30.71 -
System Red Green Blue C M Y K H S L
Decimal 40 231 253 0.84 0.09 0 0.01 186.2 0.98 0.57
Hex 28 E7 FD 54 9 0 1 BA 62 39
Octal 50 347 375 124 11 0 1 272 142 71
Binary 101000 11100111 11111101 1010100 1001 0 1 10111010 1100010 111001

Color Harmonies of #28E7FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28E7FD

Black with #28E7FD

Text Example


Text Example

White with #28E7FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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