Html Css Color HEX #28EECE Turquoise

📋 copy color: '#28EECE'

red 40 ◦ green 238 ◦ blue 206

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

Shades of Turquoise #28EECE

Tints of Turquoise #28EECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.56%

R = 8.26%
G = 49.17%
B = 42.56%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#28EECE (or 0x28EECE) is known color: Turquoise. HEX triplet: 28, EE and CE. RGB value is (40,238,206). Sum of RGB (Red+Green+Blue) = 40+238+206=484 (64% of max value = 765). Red value is 40 (16.02% from 255 or 8.26% from 484); Green value is 238 (93.36% from 255 or 49.17% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 238 - color contains mainly: green. Hex color #28EECE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28EECE is #D71131. Grayscale: #AFAFAF. Windows color (decimal): -14094642 or 13561384. OLE color: 13561384.

HSL color Cylindrical-coordinate representation of color #28EECE: hue angle of 170.3º 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 #28EECE is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 40 238 206 -
CMYK 0.83 0 0.13 0.07
HSL 170.3º 0.85% 0.55% -
HSV(B) 170.3º 0.83% 0.93% -
XYZ 42.59 66.06 68.9 -
YUV 175.15 145.4 31.6 -
System Red Green Blue C M Y K H S L
Decimal 40 238 206 0.83 0 0.13 0.07 170.3 0.85 0.55
Hex 28 EE CE 53 0 D 7 AA 55 37
Octal 50 356 316 123 0 15 7 252 125 67
Binary 101000 11101110 11001110 1010011 0 1101 111 10101010 1010101 110111

Color Harmonies of #28EECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28EECE

Black with #28EECE

Text Example


Text Example

White with #28EECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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