Html Css Color HEX #40F8C6 Turquoise

📋 copy color: '#40F8C6'

red 64 ◦ green 248 ◦ blue 198

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

Shades of Turquoise #40F8C6

Tints of Turquoise #40F8C6

RGB

 RED value IS 64 (25.39% from 255) = 12.55%

 GREEN value IS 248 (97.27% from 255) = 48.63%

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

R = 12.55%
G = 48.63%
B = 38.82%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.20

 K value IS 0.03

RGB Variations

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

Color information

#40F8C6 (or 0x40F8C6) is known color: Turquoise. HEX triplet: 40, F8 and C6. RGB value is (64,248,198). Sum of RGB (Red+Green+Blue) = 64+248+198=510 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.55% from 510); Green value is 248 (97.27% from 255 or 48.63% from 510); Blue value is 198 (77.73% from 255 or 38.82% from 510); Max value from RGB is 248 - color contains mainly: green. Hex color #40F8C6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40F8C6 is #BF0739. Grayscale: #BBBBBB. Windows color (decimal): -12519226 or 13039680. OLE color: 13039680.

HSL color Cylindrical-coordinate representation of color #40F8C6: hue angle of 163.7º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40F8C6 is Cyan = 0.74, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.

Color convert

RGB 64 248 198 -
CMYK 0.74 0 0.20 0.03
HSL 163.7º 0.93% 0.61% -
HSV(B) 163.7º 0.74% 0.97% -
XYZ 45.87 72.3 64.96 -
YUV 187.28 134.04 40.07 -
System Red Green Blue C M Y K H S L
Decimal 64 248 198 0.74 0 0.20 0.03 163.7 0.93 0.61
Hex 40 F8 C6 4A 0 14 3 A4 5D 3D
Octal 100 370 306 112 0 24 3 244 135 75
Binary 1000000 11111000 11000110 1001010 0 10100 11 10100100 1011101 111101

Color Harmonies of #40F8C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40F8C6

Black with #40F8C6

Text Example


Text Example

White with #40F8C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40F8C6; }

 p { color: rgb(64,248,198); }

 H1.HeaderClassName
 {
   color: #40F8C6;
 }
 .AnyTagClassName
 {
   color: #40F8C6;
 }
</style>

background-color css

<style>
 a { background-color: #40F8C6; }

 a { background-color: rgb(64,248,198); }

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

border-color css

<style>
 span { border-color: #40F8C6; }

 span { border-color: rgb(64,248,198); }

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