Html Css Color HEX #40EAF6 Turquoise

📋 copy color: '#40EAF6'

red 64 ◦ green 234 ◦ blue 246

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

Shades of Turquoise #40EAF6

Tints of Turquoise #40EAF6

RGB

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

 GREEN value IS 234 (91.8% from 255) = 43.01%

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

R = 11.76%
G = 43.01%
B = 45.22%

CMYK

 C value IS 0.74

 M value IS 0.05

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#40EAF6 (or 0x40EAF6) is known color: Turquoise. HEX triplet: 40, EA and F6. RGB value is (64,234,246). Sum of RGB (Red+Green+Blue) = 64+234+246=544 (72% of max value = 765). Red value is 64 (25.39% from 255 or 11.76% from 544); Green value is 234 (91.80% from 255 or 43.01% from 544); Blue value is 246 (96.48% from 255 or 45.22% from 544); Max value from RGB is 246 - color contains mainly: blue. Hex color #40EAF6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40EAF6 is #BF1509. Grayscale: #B8B8B8. Windows color (decimal): -12522762 or 16181824. OLE color: 16181824.

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

Color convert

RGB 64 234 246 -
CMYK 0.74 0.05 0 0.04
HSL 183.96º 0.91% 0.61% -
HSV(B) 183.96º 0.74% 0.96% -
XYZ 48.17 66.59 97.5 -
YUV 184.54 162.68 42.02 -
System Red Green Blue C M Y K H S L
Decimal 64 234 246 0.74 0.05 0 0.04 183.96 0.91 0.61
Hex 40 EA F6 4A 5 0 4 B8 5B 3D
Octal 100 352 366 112 5 0 4 270 133 75
Binary 1000000 11101010 11110110 1001010 101 0 100 10111000 1011011 111101

Color Harmonies of #40EAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40EAF6

Black with #40EAF6

Text Example


Text Example

White with #40EAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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