Html Css Color HEX #28C8CC Medium Turquoise

📋 copy color: '#28C8CC'

red 40 ◦ green 200 ◦ blue 204

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

Shades of Medium Turquoise #28C8CC

Tints of Medium Turquoise #28C8CC

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.05%

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

R = 9.01%
G = 45.05%
B = 45.95%

CMYK

 C value IS 0.80

 M value IS 0.02

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#28C8CC (or 0x28C8CC) is known color: Medium Turquoise. HEX triplet: 28, C8 and CC. RGB value is (40,200,204). Sum of RGB (Red+Green+Blue) = 40+200+204=444 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.01% from 444); Green value is 200 (78.52% from 255 or 45.05% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #28C8CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28C8CC is #D73733. Grayscale: #989898. Windows color (decimal): -14104372 or 13420584. OLE color: 13420584.

HSL color Cylindrical-coordinate representation of color #28C8CC: hue angle of 181.46º 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 #28C8CC is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 40 200 204 -
CMYK 0.80 0.02 0 0.2
HSL 181.46º 0.67% 0.48% -
HSV(B) 181.46º 0.8% 0.8% -
XYZ 32.43 46.12 64.32 -
YUV 152.62 156.99 47.67 -
System Red Green Blue C M Y K H S L
Decimal 40 200 204 0.80 0.02 0 0.2 181.46 0.67 0.48
Hex 28 C8 CC 50 2 0 14 B5 43 30
Octal 50 310 314 120 2 0 24 265 103 60
Binary 101000 11001000 11001100 1010000 10 0 10100 10110101 1000011 110000

Color Harmonies of #28C8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C8CC

Black with #28C8CC

Text Example


Text Example

White with #28C8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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