Html Css Color HEX #28C4CC Medium Turquoise

📋 copy color: '#28C4CC'

red 40 ◦ green 196 ◦ blue 204

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

Shades of Medium Turquoise #28C4CC

Tints of Medium Turquoise #28C4CC

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.55%

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

R = 9.09%
G = 44.55%
B = 46.36%

CMYK

 C value IS 0.80

 M value IS 0.04

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#28C4CC (or 0x28C4CC) is known color: Medium Turquoise. HEX triplet: 28, C4 and CC. RGB value is (40,196,204). Sum of RGB (Red+Green+Blue) = 40+196+204=440 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.09% from 440); Green value is 196 (76.95% from 255 or 44.55% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #28C4CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28C4CC is #D73B33. Grayscale: #969696. Windows color (decimal): -14105396 or 13419560. OLE color: 13419560.

HSL color Cylindrical-coordinate representation of color #28C4CC: hue angle of 182.93º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C4CC is Cyan = 0.80, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 40 196 204 -
CMYK 0.80 0.04 0 0.2
HSL 182.93º 0.67% 0.48% -
HSV(B) 182.93º 0.8% 0.8% -
XYZ 31.51 44.29 64.01 -
YUV 150.27 158.32 49.35 -
System Red Green Blue C M Y K H S L
Decimal 40 196 204 0.80 0.04 0 0.2 182.93 0.67 0.48
Hex 28 C4 CC 50 4 0 14 B7 43 30
Octal 50 304 314 120 4 0 24 267 103 60
Binary 101000 11000100 11001100 1010000 100 0 10100 10110111 1000011 110000

Color Harmonies of #28C4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C4CC

Black with #28C4CC

Text Example


Text Example

White with #28C4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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