Html Css Color HEX #28EEDD Turquoise

📋 copy color: '#28EEDD'

red 40 ◦ green 238 ◦ blue 221

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

Shades of Turquoise #28EEDD

Tints of Turquoise #28EEDD

RGB

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

 GREEN value IS 238 (93.36% from 255) = 47.7%

 BLUE value IS 221 (86.72% from 255) = 44.29%

R = 8.02%
G = 47.7%
B = 44.29%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#28EEDD (or 0x28EEDD) is known color: Turquoise. HEX triplet: 28, EE and DD. RGB value is (40,238,221). Sum of RGB (Red+Green+Blue) = 40+238+221=499 (66% of max value = 765). Red value is 40 (16.02% from 255 or 8.02% from 499); Green value is 238 (93.36% from 255 or 47.70% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 238 - color contains mainly: green. Hex color #28EEDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28EEDD is #D71122. Grayscale: #B0B0B0. Windows color (decimal): -14094627 or 14544424. OLE color: 14544424.

HSL color Cylindrical-coordinate representation of color #28EEDD: hue angle of 174.85º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28EEDD is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 40 238 221 -
CMYK 0.83 0 0.07 0.07
HSL 174.85º 0.85% 0.55% -
HSV(B) 174.85º 0.83% 0.93% -
XYZ 44.5 66.82 78.96 -
YUV 176.86 152.9 30.38 -
System Red Green Blue C M Y K H S L
Decimal 40 238 221 0.83 0 0.07 0.07 174.85 0.85 0.55
Hex 28 EE DD 53 0 7 7 AF 55 37
Octal 50 356 335 123 0 7 7 257 125 67
Binary 101000 11101110 11011101 1010011 0 111 111 10101111 1010101 110111

Color Harmonies of #28EEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28EEDD

Black with #28EEDD

Text Example


Text Example

White with #28EEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,238,221); }

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

background-color css

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

 a { background-color: rgb(40,238,221); }

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

border-color css

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

 span { border-color: rgb(40,238,221); }

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