Html Css Color HEX #28C9CF Medium Turquoise

📋 copy color: '#28C9CF'

red 40 ◦ green 201 ◦ blue 207

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

Shades of Medium Turquoise #28C9CF

Tints of Medium Turquoise #28C9CF

RGB

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

 GREEN value IS 201 (78.91% from 255) = 44.87%

 BLUE value IS 207 (81.25% from 255) = 46.21%

R = 8.93%
G = 44.87%
B = 46.21%

CMYK

 C value IS 0.81

 M value IS 0.03

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#28C9CF (or 0x28C9CF) is known color: Medium Turquoise. HEX triplet: 28, C9 and CF. RGB value is (40,201,207). Sum of RGB (Red+Green+Blue) = 40+201+207=448 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.93% from 448); Green value is 201 (78.91% from 255 or 44.87% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #28C9CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28C9CF is #D73630. Grayscale: #999999. Windows color (decimal): -14104113 or 13617448. OLE color: 13617448.

HSL color Cylindrical-coordinate representation of color #28C9CF: hue angle of 182.16º degrees, saturation: 0.68, 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 #28C9CF is Cyan = 0.81, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 40 201 207 -
CMYK 0.81 0.03 0 0.19
HSL 182.16º 0.68% 0.48% -
HSV(B) 182.16º 0.81% 0.81% -
XYZ 33.02 46.73 66.31 -
YUV 153.55 158.16 47.01 -
System Red Green Blue C M Y K H S L
Decimal 40 201 207 0.81 0.03 0 0.19 182.16 0.68 0.48
Hex 28 C9 CF 51 3 0 13 B6 44 30
Octal 50 311 317 121 3 0 23 266 104 60
Binary 101000 11001001 11001111 1010001 11 0 10011 10110110 1000100 110000

Color Harmonies of #28C9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C9CF

Black with #28C9CF

Text Example


Text Example

White with #28C9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,201,207); }

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

background-color css

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

 a { background-color: rgb(40,201,207); }

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

border-color css

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

 span { border-color: rgb(40,201,207); }

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