Html Css Color HEX #28CACE Medium Turquoise

📋 copy color: '#28CACE'

red 40 ◦ green 202 ◦ blue 206

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

Shades of Medium Turquoise #28CACE

Tints of Medium Turquoise #28CACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.98%

R = 8.93%
G = 45.09%
B = 45.98%

CMYK

 C value IS 0.81

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#28CACE (or 0x28CACE) is known color: Medium Turquoise. HEX triplet: 28, CA and CE. RGB value is (40,202,206). Sum of RGB (Red+Green+Blue) = 40+202+206=448 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.93% from 448); Green value is 202 (79.30% from 255 or 45.09% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #28CACE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CACE is #D73531. Grayscale: #999999. Windows color (decimal): -14103858 or 13552168. OLE color: 13552168.

HSL color Cylindrical-coordinate representation of color #28CACE: hue angle of 181.45º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28CACE is Cyan = 0.81, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 40 202 206 -
CMYK 0.81 0.02 0 0.19
HSL 181.45º 0.67% 0.48% -
HSV(B) 181.45º 0.81% 0.81% -
XYZ 33.14 47.15 65.75 -
YUV 154.02 157.33 46.67 -
System Red Green Blue C M Y K H S L
Decimal 40 202 206 0.81 0.02 0 0.19 181.45 0.67 0.48
Hex 28 CA CE 51 2 0 13 B5 43 30
Octal 50 312 316 121 2 0 23 265 103 60
Binary 101000 11001010 11001110 1010001 10 0 10011 10110101 1000011 110000

Color Harmonies of #28CACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CACE

Black with #28CACE

Text Example


Text Example

White with #28CACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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