Html Css Color HEX #28EBD3 Turquoise

📋 copy color: '#28EBD3'

red 40 ◦ green 235 ◦ blue 211

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

Shades of Turquoise #28EBD3

Tints of Turquoise #28EBD3

RGB

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

 GREEN value IS 235 (92.19% from 255) = 48.35%

 BLUE value IS 211 (82.81% from 255) = 43.42%

R = 8.23%
G = 48.35%
B = 43.42%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#28EBD3 (or 0x28EBD3) is known color: Turquoise. HEX triplet: 28, EB and D3. RGB value is (40,235,211). Sum of RGB (Red+Green+Blue) = 40+235+211=486 (64% of max value = 765). Red value is 40 (16.02% from 255 or 8.23% from 486); Green value is 235 (92.19% from 255 or 48.35% from 486); Blue value is 211 (82.81% from 255 or 43.42% from 486); Max value from RGB is 235 - color contains mainly: green. Hex color #28EBD3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28EBD3 is #D7142C. Grayscale: #ADADAD. Windows color (decimal): -14095405 or 13888296. OLE color: 13888296.

HSL color Cylindrical-coordinate representation of color #28EBD3: hue angle of 172.62º degrees, saturation: 0.83, 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 #28EBD3 is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB 40 235 211 -
CMYK 0.83 0 0.10 0.08
HSL 172.62º 0.83% 0.54% -
HSV(B) 172.62º 0.83% 0.92% -
XYZ 42.34 64.57 71.86 -
YUV 173.96 148.9 32.45 -
System Red Green Blue C M Y K H S L
Decimal 40 235 211 0.83 0 0.10 0.08 172.62 0.83 0.54
Hex 28 EB D3 53 0 A 8 AD 53 36
Octal 50 353 323 123 0 12 10 255 123 66
Binary 101000 11101011 11010011 1010011 0 1010 1000 10101101 1010011 110110

Color Harmonies of #28EBD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28EBD3

Black with #28EBD3

Text Example


Text Example

White with #28EBD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,235,211); }

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

background-color css

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

 a { background-color: rgb(40,235,211); }

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

border-color css

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

 span { border-color: rgb(40,235,211); }

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