Html Css Color HEX #28CCCD Medium Turquoise

📋 copy color: '#28CCCD'

red 40 ◦ green 204 ◦ blue 205

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

Shades of Medium Turquoise #28CCCD

Tints of Medium Turquoise #28CCCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.66%

R = 8.91%
G = 45.43%
B = 45.66%

CMYK

 C value IS 0.80

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#28CCCD (or 0x28CCCD) is known color: Medium Turquoise. HEX triplet: 28, CC and CD. RGB value is (40,204,205). Sum of RGB (Red+Green+Blue) = 40+204+205=449 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.91% from 449); Green value is 204 (80.08% from 255 or 45.43% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 205 - color contains mainly: blue. Hex color #28CCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CCCD is #D73332. Grayscale: #9A9A9A. Windows color (decimal): -14103347 or 13487144. OLE color: 13487144.

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

Color convert

RGB 40 204 205 -
CMYK 0.80 0.00 0 0.20
HSL 180.36º 0.67% 0.48% -
HSV(B) 180.36º 0.8% 0.8% -
XYZ 33.49 48.04 65.27 -
YUV 155.08 156.17 45.92 -
System Red Green Blue C M Y K H S L
Decimal 40 204 205 0.80 0.00 0 0.20 180.36 0.67 0.48
Hex 28 CC CD 50 0 0 14 B4 43 30
Octal 50 314 315 120 0 0 24 264 103 60
Binary 101000 11001100 11001101 1010000 0 0 10100 10110100 1000011 110000

Color Harmonies of #28CCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CCCD

Black with #28CCCD

Text Example


Text Example

White with #28CCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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