Html Css Color HEX #28ECC6 Turquoise

📋 copy color: '#28ECC6'

red 40 ◦ green 236 ◦ blue 198

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

Shades of Turquoise #28ECC6

Tints of Turquoise #28ECC6

RGB

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

 GREEN value IS 236 (92.58% from 255) = 49.79%

 BLUE value IS 198 (77.73% from 255) = 41.77%

R = 8.44%
G = 49.79%
B = 41.77%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#28ECC6 (or 0x28ECC6) is known color: Turquoise. HEX triplet: 28, EC and C6. RGB value is (40,236,198). Sum of RGB (Red+Green+Blue) = 40+236+198=474 (62% of max value = 765). Red value is 40 (16.02% from 255 or 8.44% from 474); Green value is 236 (92.58% from 255 or 49.79% from 474); Blue value is 198 (77.73% from 255 or 41.77% from 474); Max value from RGB is 236 - color contains mainly: green. Hex color #28ECC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28ECC6 is #D71339. Grayscale: #ADADAD. Windows color (decimal): -14095162 or 13036584. OLE color: 13036584.

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

Color convert

RGB 40 236 198 -
CMYK 0.83 0 0.16 0.07
HSL 168.37º 0.84% 0.54% -
HSV(B) 168.37º 0.83% 0.93% -
XYZ 41.06 64.52 63.72 -
YUV 173.06 142.07 33.09 -
System Red Green Blue C M Y K H S L
Decimal 40 236 198 0.83 0 0.16 0.07 168.37 0.84 0.54
Hex 28 EC C6 53 0 10 7 A8 54 36
Octal 50 354 306 123 0 20 7 250 124 66
Binary 101000 11101100 11000110 1010011 0 10000 111 10101000 1010100 110110

Color Harmonies of #28ECC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28ECC6

Black with #28ECC6

Text Example


Text Example

White with #28ECC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,236,198); }

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

background-color css

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

 a { background-color: rgb(40,236,198); }

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

border-color css

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

 span { border-color: rgb(40,236,198); }

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