Html Css Color HEX #28CACD Medium Turquoise

📋 copy color: '#28CACD'

red 40 ◦ green 202 ◦ blue 205

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

Shades of Medium Turquoise #28CACD

Tints of Medium Turquoise #28CACD

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.19%

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

R = 8.95%
G = 45.19%
B = 45.86%

CMYK

 C value IS 0.80

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#28CACD (or 0x28CACD) is known color: Medium Turquoise. HEX triplet: 28, CA and CD. RGB value is (40,202,205). Sum of RGB (Red+Green+Blue) = 40+202+205=447 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.95% from 447); Green value is 202 (79.30% from 255 or 45.19% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #28CACD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CACD is #D73532. Grayscale: #999999. Windows color (decimal): -14103859 or 13486632. OLE color: 13486632.

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

Color convert

RGB 40 202 205 -
CMYK 0.80 0.01 0 0.20
HSL 181.09º 0.67% 0.48% -
HSV(B) 181.09º 0.8% 0.8% -
XYZ 33.02 47.1 65.11 -
YUV 153.9 156.83 46.76 -
System Red Green Blue C M Y K H S L
Decimal 40 202 205 0.80 0.01 0 0.20 181.09 0.67 0.48
Hex 28 CA CD 50 1 0 14 B5 43 30
Octal 50 312 315 120 1 0 24 265 103 60
Binary 101000 11001010 11001101 1010000 1 0 10100 10110101 1000011 110000

Color Harmonies of #28CACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CACD

Black with #28CACD

Text Example


Text Example

White with #28CACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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