Html Css Color HEX #28DCE9 Bright Turquoise

📋 copy color: '#28DCE9'

red 40 ◦ green 220 ◦ blue 233

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

Shades of Bright Turquoise #28DCE9

Tints of Bright Turquoise #28DCE9

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.62%

 BLUE value IS 233 (91.41% from 255) = 47.26%

R = 8.11%
G = 44.62%
B = 47.26%

CMYK

 C value IS 0.83

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#28DCE9 (or 0x28DCE9) is known color: Bright Turquoise. HEX triplet: 28, DC and E9. RGB value is (40,220,233). Sum of RGB (Red+Green+Blue) = 40+220+233=493 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.11% from 493); Green value is 220 (86.33% from 255 or 44.62% from 493); Blue value is 233 (91.41% from 255 or 47.26% from 493); Max value from RGB is 233 - color contains mainly: blue. Hex color #28DCE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28DCE9 is #D72316. Grayscale: #A7A7A7. Windows color (decimal): -14099223 or 15326248. OLE color: 15326248.

HSL color Cylindrical-coordinate representation of color #28DCE9: hue angle of 184.04º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28DCE9 is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 40 220 233 -
CMYK 0.83 0.06 0 0.09
HSL 184.04º 0.81% 0.54% -
HSV(B) 184.04º 0.83% 0.91% -
XYZ 41.18 57.52 86.02 -
YUV 167.66 164.87 36.94 -
System Red Green Blue C M Y K H S L
Decimal 40 220 233 0.83 0.06 0 0.09 184.04 0.81 0.54
Hex 28 DC E9 53 6 0 9 B8 51 36
Octal 50 334 351 123 6 0 11 270 121 66
Binary 101000 11011100 11101001 1010011 110 0 1001 10111000 1010001 110110

Color Harmonies of #28DCE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DCE9

Black with #28DCE9

Text Example


Text Example

White with #28DCE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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