Html Css Color HEX #40EFFB Turquoise

📋 copy color: '#40EFFB'

red 64 ◦ green 239 ◦ blue 251

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

Shades of Turquoise #40EFFB

Tints of Turquoise #40EFFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.31%

R = 11.55%
G = 43.14%
B = 45.31%

CMYK

 C value IS 0.75

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#40EFFB (or 0x40EFFB) is known color: Turquoise. HEX triplet: 40, EF and FB. RGB value is (64,239,251). Sum of RGB (Red+Green+Blue) = 64+239+251=554 (73% of max value = 765). Red value is 64 (25.39% from 255 or 11.55% from 554); Green value is 239 (93.75% from 255 or 43.14% from 554); Blue value is 251 (98.44% from 255 or 45.31% from 554); Max value from RGB is 251 - color contains mainly: blue. Hex color #40EFFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40EFFB is #BF1004. Grayscale: #BBBBBB. Windows color (decimal): -12521477 or 16510784. OLE color: 16510784.

HSL color Cylindrical-coordinate representation of color #40EFFB: hue angle of 183.85º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40EFFB is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 64 239 251 -
CMYK 0.75 0.05 0 0.02
HSL 183.85º 0.96% 0.62% -
HSV(B) 183.85º 0.75% 0.98% -
XYZ 50.39 69.79 102.08 -
YUV 188.04 163.52 39.52 -
System Red Green Blue C M Y K H S L
Decimal 64 239 251 0.75 0.05 0 0.02 183.85 0.96 0.62
Hex 40 EF FB 4B 5 0 2 B8 60 3E
Octal 100 357 373 113 5 0 2 270 140 76
Binary 1000000 11101111 11111011 1001011 101 0 10 10111000 1100000 111110

Color Harmonies of #40EFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40EFFB

Black with #40EFFB

Text Example


Text Example

White with #40EFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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