Html Css Color HEX #28C5CD Medium Turquoise

📋 copy color: '#28C5CD'

red 40 ◦ green 197 ◦ blue 205

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

Shades of Medium Turquoise #28C5CD

Tints of Medium Turquoise #28C5CD

RGB

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

 GREEN value IS 197 (77.34% from 255) = 44.57%

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

R = 9.05%
G = 44.57%
B = 46.38%

CMYK

 C value IS 0.80

 M value IS 0.04

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#28C5CD (or 0x28C5CD) is known color: Medium Turquoise. HEX triplet: 28, C5 and CD. RGB value is (40,197,205). Sum of RGB (Red+Green+Blue) = 40+197+205=442 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.05% from 442); Green value is 197 (77.34% from 255 or 44.57% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 205 - color contains mainly: blue. Hex color #28C5CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28C5CD is #D73A32. Grayscale: #969696. Windows color (decimal): -14105139 or 13485352. OLE color: 13485352.

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

Color convert

RGB 40 197 205 -
CMYK 0.80 0.04 0 0.20
HSL 182.91º 0.67% 0.48% -
HSV(B) 182.91º 0.8% 0.8% -
XYZ 31.86 44.79 64.72 -
YUV 150.97 158.49 48.85 -
System Red Green Blue C M Y K H S L
Decimal 40 197 205 0.80 0.04 0 0.20 182.91 0.67 0.48
Hex 28 C5 CD 50 4 0 14 B7 43 30
Octal 50 305 315 120 4 0 24 267 103 60
Binary 101000 11000101 11001101 1010000 100 0 10100 10110111 1000011 110000

Color Harmonies of #28C5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C5CD

Black with #28C5CD

Text Example


Text Example

White with #28C5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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