Html Css Color HEX #40F6C4 Turquoise

📋 copy color: '#40F6C4'

red 64 ◦ green 246 ◦ blue 196

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

Shades of Turquoise #40F6C4

Tints of Turquoise #40F6C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.74%

R = 12.65%
G = 48.62%
B = 38.74%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#40F6C4 (or 0x40F6C4) is known color: Turquoise. HEX triplet: 40, F6 and C4. RGB value is (64,246,196). Sum of RGB (Red+Green+Blue) = 64+246+196=506 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.65% from 506); Green value is 246 (96.48% from 255 or 48.62% from 506); Blue value is 196 (76.95% from 255 or 38.74% from 506); Max value from RGB is 246 - color contains mainly: green. Hex color #40F6C4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40F6C4 is #BF093B. Grayscale: #B9B9B9. Windows color (decimal): -12519740 or 12908096. OLE color: 12908096.

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

Color convert

RGB 64 246 196 -
CMYK 0.74 0 0.20 0.04
HSL 163.52º 0.91% 0.61% -
HSV(B) 163.52º 0.74% 0.96% -
XYZ 45.03 70.99 63.55 -
YUV 185.88 133.7 41.07 -
System Red Green Blue C M Y K H S L
Decimal 64 246 196 0.74 0 0.20 0.04 163.52 0.91 0.61
Hex 40 F6 C4 4A 0 14 4 A4 5B 3D
Octal 100 366 304 112 0 24 4 244 133 75
Binary 1000000 11110110 11000100 1001010 0 10100 100 10100100 1011011 111101

Color Harmonies of #40F6C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40F6C4

Black with #40F6C4

Text Example


Text Example

White with #40F6C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,246,196); }

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

background-color css

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

 a { background-color: rgb(64,246,196); }

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

border-color css

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

 span { border-color: rgb(64,246,196); }

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