Html Css Color HEX #40EDFB Turquoise

📋 copy color: '#40EDFB'

red 64 ◦ green 237 ◦ blue 251

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

Shades of Turquoise #40EDFB

Tints of Turquoise #40EDFB

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.93%

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

R = 11.59%
G = 42.93%
B = 45.47%

CMYK

 C value IS 0.75

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#40EDFB (or 0x40EDFB) is known color: Turquoise. HEX triplet: 40, ED and FB. RGB value is (64,237,251). Sum of RGB (Red+Green+Blue) = 64+237+251=552 (73% of max value = 765). Red value is 64 (25.39% from 255 or 11.59% from 552); Green value is 237 (92.97% from 255 or 42.93% from 552); Blue value is 251 (98.44% from 255 or 45.47% from 552); Max value from RGB is 251 - color contains mainly: blue. Hex color #40EDFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40EDFB is #BF1204. Grayscale: #BABABA. Windows color (decimal): -12521989 or 16510272. OLE color: 16510272.

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

Color convert

RGB 64 237 251 -
CMYK 0.75 0.06 0 0.02
HSL 184.49º 0.96% 0.62% -
HSV(B) 184.49º 0.75% 0.98% -
XYZ 49.81 68.62 101.89 -
YUV 186.87 164.19 40.36 -
System Red Green Blue C M Y K H S L
Decimal 64 237 251 0.75 0.06 0 0.02 184.49 0.96 0.62
Hex 40 ED FB 4B 6 0 2 B8 60 3E
Octal 100 355 373 113 6 0 2 270 140 76
Binary 1000000 11101101 11111011 1001011 110 0 10 10111000 1100000 111110

Color Harmonies of #40EDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40EDFB

Black with #40EDFB

Text Example


Text Example

White with #40EDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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