Html Css Color HEX #28C6CB Medium Turquoise

📋 copy color: '#28C6CB'

red 40 ◦ green 198 ◦ blue 203

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

Shades of Medium Turquoise #28C6CB

Tints of Medium Turquoise #28C6CB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44.9%

 BLUE value IS 203 (79.69% from 255) = 46.03%

R = 9.07%
G = 44.9%
B = 46.03%

CMYK

 C value IS 0.80

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#28C6CB (or 0x28C6CB) is known color: Medium Turquoise. HEX triplet: 28, C6 and CB. RGB value is (40,198,203). Sum of RGB (Red+Green+Blue) = 40+198+203=441 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.07% from 441); Green value is 198 (77.73% from 255 or 44.90% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #28C6CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28C6CB is #D73934. Grayscale: #979797. Windows color (decimal): -14104885 or 13354536. OLE color: 13354536.

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

Color convert

RGB 40 198 203 -
CMYK 0.80 0.02 0 0.20
HSL 181.84º 0.67% 0.48% -
HSV(B) 181.84º 0.8% 0.8% -
XYZ 31.85 45.15 63.54 -
YUV 151.33 157.15 48.59 -
System Red Green Blue C M Y K H S L
Decimal 40 198 203 0.80 0.02 0 0.20 181.84 0.67 0.48
Hex 28 C6 CB 50 2 0 14 B6 43 30
Octal 50 306 313 120 2 0 24 266 103 60
Binary 101000 11000110 11001011 1010000 10 0 10100 10110110 1000011 110000

Color Harmonies of #28C6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C6CB

Black with #28C6CB

Text Example


Text Example

White with #28C6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,198,203); }

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

background-color css

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

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

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

border-color css

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

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

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