Html Css Color HEX #28C6CF Medium Turquoise

📋 copy color: '#28C6CF'

red 40 ◦ green 198 ◦ blue 207

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

Shades of Medium Turquoise #28C6CF

Tints of Medium Turquoise #28C6CF

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44.49%

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

R = 8.99%
G = 44.49%
B = 46.52%

CMYK

 C value IS 0.81

 M value IS 0.04

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#28C6CF (or 0x28C6CF) is known color: Medium Turquoise. HEX triplet: 28, C6 and CF. RGB value is (40,198,207). Sum of RGB (Red+Green+Blue) = 40+198+207=445 (58% of max value = 765). Red value is 40 (16.02% from 255 or 8.99% from 445); Green value is 198 (77.73% from 255 or 44.49% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #28C6CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28C6CF is #D73930. Grayscale: #979797. Windows color (decimal): -14104881 or 13616680. OLE color: 13616680.

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

Color convert

RGB 40 198 207 -
CMYK 0.81 0.04 0 0.19
HSL 183.23º 0.68% 0.48% -
HSV(B) 183.23º 0.81% 0.81% -
XYZ 32.33 45.34 66.08 -
YUV 151.78 159.15 48.27 -
System Red Green Blue C M Y K H S L
Decimal 40 198 207 0.81 0.04 0 0.19 183.23 0.68 0.48
Hex 28 C6 CF 51 4 0 13 B7 44 30
Octal 50 306 317 121 4 0 23 267 104 60
Binary 101000 11000110 11001111 1010001 100 0 10011 10110111 1000100 110000

Color Harmonies of #28C6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C6CF

Black with #28C6CF

Text Example


Text Example

White with #28C6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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