Html Css Color HEX #28F6C6 Turquoise

📋 copy color: '#28F6C6'

red 40 ◦ green 246 ◦ blue 198

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

Shades of Turquoise #28F6C6

Tints of Turquoise #28F6C6

RGB

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

 GREEN value IS 246 (96.48% from 255) = 50.83%

 BLUE value IS 198 (77.73% from 255) = 40.91%

R = 8.26%
G = 50.83%
B = 40.91%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#28F6C6 (or 0x28F6C6) is known color: Turquoise. HEX triplet: 28, F6 and C6. RGB value is (40,246,198). Sum of RGB (Red+Green+Blue) = 40+246+198=484 (64% of max value = 765). Red value is 40 (16.02% from 255 or 8.26% from 484); Green value is 246 (96.48% from 255 or 50.83% from 484); Blue value is 198 (77.73% from 255 or 40.91% from 484); Max value from RGB is 246 - color contains mainly: green. Hex color #28F6C6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28F6C6 is #D70939. Grayscale: #B2B2B2. Windows color (decimal): -14092602 or 13039144. OLE color: 13039144.

HSL color Cylindrical-coordinate representation of color #28F6C6: hue angle of 166.02º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28F6C6 is Cyan = 0.84, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB 40 246 198 -
CMYK 0.84 0 0.20 0.04
HSL 166.02º 0.92% 0.56% -
HSV(B) 166.02º 0.84% 0.96% -
XYZ 44.02 70.44 64.7 -
YUV 178.93 138.75 28.9 -
System Red Green Blue C M Y K H S L
Decimal 40 246 198 0.84 0 0.20 0.04 166.02 0.92 0.56
Hex 28 F6 C6 54 0 14 4 A6 5C 38
Octal 50 366 306 124 0 24 4 246 134 70
Binary 101000 11110110 11000110 1010100 0 10100 100 10100110 1011100 111000

Color Harmonies of #28F6C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28F6C6

Black with #28F6C6

Text Example


Text Example

White with #28F6C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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