Html Css Color HEX #28E6FF Bright Turquoise

📋 copy color: '#28E6FF'

red 40 ◦ green 230 ◦ blue 255

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

Shades of Bright Turquoise #28E6FF

Tints of Bright Turquoise #28E6FF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 43.81%

 BLUE value IS 255 (100% from 255) = 48.57%

R = 7.62%
G = 43.81%
B = 48.57%

CMYK

 C value IS 0.84

 M value IS 0.10

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#28E6FF (or 0x28E6FF) is known color: Bright Turquoise. HEX triplet: 28, E6 and FF. RGB value is (40,230,255). Sum of RGB (Red+Green+Blue) = 40+230+255=525 (69% of max value = 765). Red value is 40 (16.02% from 255 or 7.62% from 525); Green value is 230 (90.23% from 255 or 43.81% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #28E6FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28E6FF is #D71900. Grayscale: #AFAFAF. Windows color (decimal): -14096641 or 16770600. OLE color: 16770600.

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

Color convert

RGB 40 230 255 -
CMYK 0.84 0.10 0 0
HSL 186.98º 1% 0.58% -
HSV(B) 186.98º 0.84% 1% -
XYZ 47.22 64.26 104.52 -
YUV 176.04 172.55 30.97 -
System Red Green Blue C M Y K H S L
Decimal 40 230 255 0.84 0.10 0 0 186.98 1 0.58
Hex 28 E6 FF 54 A 0 0 BB 64 3A
Octal 50 346 377 124 12 0 0 273 144 72
Binary 101000 11100110 11111111 1010100 1010 0 0 10111011 1100100 111010

Color Harmonies of #28E6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28E6FF

Black with #28E6FF

Text Example


Text Example

White with #28E6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,230,255); }

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

background-color css

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

 a { background-color: rgb(40,230,255); }

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

border-color css

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

 span { border-color: rgb(40,230,255); }

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