Html Css Color HEX #28E6CC Turquoise

📋 copy color: '#28E6CC'

red 40 ◦ green 230 ◦ blue 204

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

Shades of Turquoise #28E6CC

Tints of Turquoise #28E6CC

RGB

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

 GREEN value IS 230 (90.23% from 255) = 48.52%

 BLUE value IS 204 (80.08% from 255) = 43.04%

R = 8.44%
G = 48.52%
B = 43.04%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#28E6CC (or 0x28E6CC) is known color: Turquoise. HEX triplet: 28, E6 and CC. RGB value is (40,230,204). Sum of RGB (Red+Green+Blue) = 40+230+204=474 (62% of max value = 765). Red value is 40 (16.02% from 255 or 8.44% from 474); Green value is 230 (90.23% from 255 or 48.52% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 230 - color contains mainly: green. Hex color #28E6CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28E6CC is #D71933. Grayscale: #AAAAAA. Windows color (decimal): -14096692 or 13428264. OLE color: 13428264.

HSL color Cylindrical-coordinate representation of color #28E6CC: hue angle of 171.79º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28E6CC is Cyan = 0.83, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 40 230 204 -
CMYK 0.83 0 0.11 0.10
HSL 171.79º 0.79% 0.53% -
HSV(B) 171.79º 0.83% 0.9% -
XYZ 40.07 61.4 66.87 -
YUV 170.23 147.05 35.11 -
System Red Green Blue C M Y K H S L
Decimal 40 230 204 0.83 0 0.11 0.10 171.79 0.79 0.53
Hex 28 E6 CC 53 0 B A AC 4F 35
Octal 50 346 314 123 0 13 12 254 117 65
Binary 101000 11100110 11001100 1010011 0 1011 1010 10101100 1001111 110101

Color Harmonies of #28E6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28E6CC

Black with #28E6CC

Text Example


Text Example

White with #28E6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,230,204); }

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

background-color css

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

 a { background-color: rgb(40,230,204); }

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

border-color css

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

 span { border-color: rgb(40,230,204); }

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