Html Css Color HEX #28EADB Turquoise

📋 copy color: '#28EADB'

red 40 ◦ green 234 ◦ blue 219

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

Shades of Turquoise #28EADB

Tints of Turquoise #28EADB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 47.46%

 BLUE value IS 219 (85.94% from 255) = 44.42%

R = 8.11%
G = 47.46%
B = 44.42%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#28EADB (or 0x28EADB) is known color: Turquoise. HEX triplet: 28, EA and DB. RGB value is (40,234,219). Sum of RGB (Red+Green+Blue) = 40+234+219=493 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.11% from 493); Green value is 234 (91.80% from 255 or 47.46% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 234 - color contains mainly: green. Hex color #28EADB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28EADB is #D71524. Grayscale: #AEAEAE. Windows color (decimal): -14095653 or 14412328. OLE color: 14412328.

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

Color convert

RGB 40 234 219 -
CMYK 0.83 0 0.06 0.08
HSL 175.36º 0.82% 0.54% -
HSV(B) 175.36º 0.83% 0.92% -
XYZ 43.08 64.41 77.18 -
YUV 174.28 153.23 32.22 -
System Red Green Blue C M Y K H S L
Decimal 40 234 219 0.83 0 0.06 0.08 175.36 0.82 0.54
Hex 28 EA DB 53 0 6 8 AF 52 36
Octal 50 352 333 123 0 6 10 257 122 66
Binary 101000 11101010 11011011 1010011 0 110 1000 10101111 1010010 110110

Color Harmonies of #28EADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28EADB

Black with #28EADB

Text Example


Text Example

White with #28EADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,234,219); }

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

background-color css

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

 a { background-color: rgb(40,234,219); }

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

border-color css

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

 span { border-color: rgb(40,234,219); }

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