Html Css Color HEX #28C3CA Medium Turquoise

📋 copy color: '#28C3CA'

red 40 ◦ green 195 ◦ blue 202

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

Shades of Medium Turquoise #28C3CA

Tints of Medium Turquoise #28C3CA

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.62%

 BLUE value IS 202 (79.3% from 255) = 46.22%

R = 9.15%
G = 44.62%
B = 46.22%

CMYK

 C value IS 0.80

 M value IS 0.03

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#28C3CA (or 0x28C3CA) is known color: Medium Turquoise. HEX triplet: 28, C3 and CA. RGB value is (40,195,202). Sum of RGB (Red+Green+Blue) = 40+195+202=437 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.15% from 437); Green value is 195 (76.56% from 255 or 44.62% from 437); Blue value is 202 (79.30% from 255 or 46.22% from 437); Max value from RGB is 202 - color contains mainly: blue. Hex color #28C3CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28C3CA is #D73C35. Grayscale: #959595. Windows color (decimal): -14105654 or 13288232. OLE color: 13288232.

HSL color Cylindrical-coordinate representation of color #28C3CA: hue angle of 182.59º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C3CA is Cyan = 0.80, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 40 195 202 -
CMYK 0.80 0.03 0 0.21
HSL 182.59º 0.67% 0.47% -
HSV(B) 182.59º 0.8% 0.79% -
XYZ 31.05 43.75 62.68 -
YUV 149.45 157.65 49.93 -
System Red Green Blue C M Y K H S L
Decimal 40 195 202 0.80 0.03 0 0.21 182.59 0.67 0.47
Hex 28 C3 CA 50 3 0 15 B7 43 2F
Octal 50 303 312 120 3 0 25 267 103 57
Binary 101000 11000011 11001010 1010000 11 0 10101 10110111 1000011 101111

Color Harmonies of #28C3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C3CA

Black with #28C3CA

Text Example


Text Example

White with #28C3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,195,202); }

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

background-color css

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

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

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

border-color css

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

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

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