Html Css Color HEX #28E7C3 Turquoise

📋 copy color: '#28E7C3'

red 40 ◦ green 231 ◦ blue 195

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

Shades of Turquoise #28E7C3

Tints of Turquoise #28E7C3

RGB

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

 GREEN value IS 231 (90.63% from 255) = 49.57%

 BLUE value IS 195 (76.56% from 255) = 41.85%

R = 8.58%
G = 49.57%
B = 41.85%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#28E7C3 (or 0x28E7C3) is known color: Turquoise. HEX triplet: 28, E7 and C3. RGB value is (40,231,195). Sum of RGB (Red+Green+Blue) = 40+231+195=466 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.58% from 466); Green value is 231 (90.62% from 255 or 49.57% from 466); Blue value is 195 (76.56% from 255 or 41.85% from 466); Max value from RGB is 231 - color contains mainly: green. Hex color #28E7C3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28E7C3 is #D7183C. Grayscale: #A9A9A9. Windows color (decimal): -14096445 or 12838696. OLE color: 12838696.

HSL color Cylindrical-coordinate representation of color #28E7C3: hue angle of 168.69º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28E7C3 is Cyan = 0.83, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB 40 231 195 -
CMYK 0.83 0 0.16 0.09
HSL 168.69º 0.8% 0.53% -
HSV(B) 168.69º 0.83% 0.91% -
XYZ 39.3 61.54 61.44 -
YUV 169.79 142.22 35.43 -
System Red Green Blue C M Y K H S L
Decimal 40 231 195 0.83 0 0.16 0.09 168.69 0.8 0.53
Hex 28 E7 C3 53 0 10 9 A9 50 35
Octal 50 347 303 123 0 20 11 251 120 65
Binary 101000 11100111 11000011 1010011 0 10000 1001 10101001 1010000 110101

Color Harmonies of #28E7C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28E7C3

Black with #28E7C3

Text Example


Text Example

White with #28E7C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,231,195); }

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

background-color css

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

 a { background-color: rgb(40,231,195); }

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

border-color css

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

 span { border-color: rgb(40,231,195); }

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