Html Css Color HEX #28C7CB Medium Turquoise

📋 copy color: '#28C7CB'

red 40 ◦ green 199 ◦ blue 203

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

Shades of Medium Turquoise #28C7CB

Tints of Medium Turquoise #28C7CB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.02%

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

R = 9.05%
G = 45.02%
B = 45.93%

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

#28C7CB (or 0x28C7CB) is known color: Medium Turquoise. HEX triplet: 28, C7 and CB. RGB value is (40,199,203). Sum of RGB (Red+Green+Blue) = 40+199+203=442 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.05% from 442); Green value is 199 (78.12% from 255 or 45.02% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #28C7CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28C7CB is #D73834. Grayscale: #979797. Windows color (decimal): -14104629 or 13354792. OLE color: 13354792.

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

Color convert

RGB 40 199 203 -
CMYK 0.80 0.02 0 0.20
HSL 181.47º 0.67% 0.48% -
HSV(B) 181.47º 0.8% 0.8% -
XYZ 32.08 45.61 63.61 -
YUV 151.92 156.82 48.17 -
System Red Green Blue C M Y K H S L
Decimal 40 199 203 0.80 0.02 0 0.20 181.47 0.67 0.48
Hex 28 C7 CB 50 2 0 14 B5 43 30
Octal 50 307 313 120 2 0 24 265 103 60
Binary 101000 11000111 11001011 1010000 10 0 10100 10110101 1000011 110000

Color Harmonies of #28C7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C7CB

Black with #28C7CB

Text Example


Text Example

White with #28C7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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