Html Css Color HEX #40EFF4 Turquoise

📋 copy color: '#40EFF4'

red 64 ◦ green 239 ◦ blue 244

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

Shades of Turquoise #40EFF4

Tints of Turquoise #40EFF4

RGB

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

 GREEN value IS 239 (93.75% from 255) = 43.69%

 BLUE value IS 244 (95.7% from 255) = 44.61%

R = 11.7%
G = 43.69%
B = 44.61%

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

#40EFF4 (or 0x40EFF4) is known color: Turquoise. HEX triplet: 40, EF and F4. RGB value is (64,239,244). Sum of RGB (Red+Green+Blue) = 64+239+244=547 (72% of max value = 765). Red value is 64 (25.39% from 255 or 11.70% from 547); Green value is 239 (93.75% from 255 or 43.69% from 547); Blue value is 244 (95.70% from 255 or 44.61% from 547); Max value from RGB is 244 - color contains mainly: blue. Hex color #40EFF4 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40EFF4 is #BF100B. Grayscale: #BBBBBB. Windows color (decimal): -12521484 or 16052032. OLE color: 16052032.

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

Color convert

RGB 64 239 244 -
CMYK 0.74 0.02 0 0.04
HSL 181.67º 0.89% 0.6% -
HSV(B) 181.67º 0.74% 0.96% -
XYZ 49.31 69.35 96.38 -
YUV 187.25 160.02 40.09 -
System Red Green Blue C M Y K H S L
Decimal 64 239 244 0.74 0.02 0 0.04 181.67 0.89 0.6
Hex 40 EF F4 4A 2 0 4 B6 59 3C
Octal 100 357 364 112 2 0 4 266 131 74
Binary 1000000 11101111 11110100 1001010 10 0 100 10110110 1011001 111100

Color Harmonies of #40EFF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40EFF4

Black with #40EFF4

Text Example


Text Example

White with #40EFF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,239,244); }

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

background-color css

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

 a { background-color: rgb(64,239,244); }

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

border-color css

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

 span { border-color: rgb(64,239,244); }

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