Html Css Color HEX #28CCCC Medium Turquoise

📋 copy color: '#28CCCC'

red 40 ◦ green 204 ◦ blue 204

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

Shades of Medium Turquoise #28CCCC

Tints of Medium Turquoise #28CCCC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.54%

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

R = 8.93%
G = 45.54%
B = 45.54%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#28CCCC (or 0x28CCCC) is known color: Medium Turquoise. HEX triplet: 28, CC and CC. RGB value is (40,204,204). Sum of RGB (Red+Green+Blue) = 40+204+204=448 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.93% from 448); Green value is 204 (80.08% from 255 or 45.54% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #28CCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CCCC is #D73333. Grayscale: #9A9A9A. Windows color (decimal): -14103348 or 13421608. OLE color: 13421608.

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

Color convert

RGB 40 204 204 -
CMYK 0.80 0 0 0.2
HSL 180º 0.67% 0.48% -
HSV(B) 180º 0.8% 0.8% -
XYZ 33.37 48 64.63 -
YUV 154.96 155.67 46 -
System Red Green Blue C M Y K H S L
Decimal 40 204 204 0.80 0 0 0.2 180 0.67 0.48
Hex 28 CC CC 50 0 0 14 B4 43 30
Octal 50 314 314 120 0 0 24 264 103 60
Binary 101000 11001100 11001100 1010000 0 0 10100 10110100 1000011 110000

Color Harmonies of #28CCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CCCC

Black with #28CCCC

Text Example


Text Example

White with #28CCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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