Html Css Color HEX #40F1F6 Turquoise

📋 copy color: '#40F1F6'

red 64 ◦ green 241 ◦ blue 246

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

Shades of Turquoise #40F1F6

Tints of Turquoise #40F1F6

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.74%

 BLUE value IS 246 (96.48% from 255) = 44.65%

R = 11.62%
G = 43.74%
B = 44.65%

CMYK

 C value IS 0.74

 M value IS 0.02

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#40F1F6 (or 0x40F1F6) is known color: Turquoise. HEX triplet: 40, F1 and F6. RGB value is (64,241,246). Sum of RGB (Red+Green+Blue) = 64+241+246=551 (72% of max value = 765). Red value is 64 (25.39% from 255 or 11.62% from 551); Green value is 241 (94.53% from 255 or 43.74% from 551); Blue value is 246 (96.48% from 255 or 44.65% from 551); Max value from RGB is 246 - color contains mainly: blue. Hex color #40F1F6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40F1F6 is #BF0E09. Grayscale: #BCBCBC. Windows color (decimal): -12520970 or 16183616. OLE color: 16183616.

HSL color Cylindrical-coordinate representation of color #40F1F6: hue angle of 181.65º 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 #40F1F6 is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 64 241 246 -
CMYK 0.74 0.02 0 0.04
HSL 181.65º 0.91% 0.61% -
HSV(B) 181.65º 0.74% 0.96% -
XYZ 50.2 70.65 98.18 -
YUV 188.65 160.36 39.09 -
System Red Green Blue C M Y K H S L
Decimal 64 241 246 0.74 0.02 0 0.04 181.65 0.91 0.61
Hex 40 F1 F6 4A 2 0 4 B6 5B 3D
Octal 100 361 366 112 2 0 4 266 133 75
Binary 1000000 11110001 11110110 1001010 10 0 100 10110110 1011011 111101

Color Harmonies of #40F1F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40F1F6

Black with #40F1F6

Text Example


Text Example

White with #40F1F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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