Html Css Color HEX #28E1C9 Turquoise

📋 copy color: '#28E1C9'

red 40 ◦ green 225 ◦ blue 201

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

Shades of Turquoise #28E1C9

Tints of Turquoise #28E1C9

RGB

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

 GREEN value IS 225 (88.28% from 255) = 48.28%

 BLUE value IS 201 (78.91% from 255) = 43.13%

R = 8.58%
G = 48.28%
B = 43.13%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#28E1C9 (or 0x28E1C9) is known color: Turquoise. HEX triplet: 28, E1 and C9. RGB value is (40,225,201). Sum of RGB (Red+Green+Blue) = 40+225+201=466 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.58% from 466); Green value is 225 (88.28% from 255 or 48.28% from 466); Blue value is 201 (78.91% from 255 or 43.13% from 466); Max value from RGB is 225 - color contains mainly: green. Hex color #28E1C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28E1C9 is #D71E36. Grayscale: #A6A6A6. Windows color (decimal): -14097975 or 13230376. OLE color: 13230376.

HSL color Cylindrical-coordinate representation of color #28E1C9: hue angle of 172.22º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28E1C9 is Cyan = 0.82, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB 40 225 201 -
CMYK 0.82 0 0.11 0.12
HSL 172.22º 0.76% 0.52% -
HSV(B) 172.22º 0.82% 0.88% -
XYZ 38.34 58.52 64.53 -
YUV 166.95 147.21 37.45 -
System Red Green Blue C M Y K H S L
Decimal 40 225 201 0.82 0 0.11 0.12 172.22 0.76 0.52
Hex 28 E1 C9 52 0 B C AC 4C 34
Octal 50 341 311 122 0 13 14 254 114 64
Binary 101000 11100001 11001001 1010010 0 1011 1100 10101100 1001100 110100

Color Harmonies of #28E1C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28E1C9

Black with #28E1C9

Text Example


Text Example

White with #28E1C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,225,201); }

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

background-color css

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

 a { background-color: rgb(40,225,201); }

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

border-color css

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

 span { border-color: rgb(40,225,201); }

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