Html Css Color HEX #40E5FA Turquoise

📋 copy color: '#40E5FA'

red 64 ◦ green 229 ◦ blue 250

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

Shades of Turquoise #40E5FA

Tints of Turquoise #40E5FA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 42.17%

 BLUE value IS 250 (98.05% from 255) = 46.04%

R = 11.79%
G = 42.17%
B = 46.04%

CMYK

 C value IS 0.74

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#40E5FA (or 0x40E5FA) is known color: Turquoise. HEX triplet: 40, E5 and FA. RGB value is (64,229,250). Sum of RGB (Red+Green+Blue) = 64+229+250=543 (71% of max value = 765). Red value is 64 (25.39% from 255 or 11.79% from 543); Green value is 229 (89.84% from 255 or 42.17% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: blue. Hex color #40E5FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40E5FA is #BF1A05. Grayscale: #B5B5B5. Windows color (decimal): -12524038 or 16442688. OLE color: 16442688.

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

Color convert

RGB 64 229 250 -
CMYK 0.74 0.08 0 0.02
HSL 186.77º 0.95% 0.62% -
HSV(B) 186.77º 0.74% 0.98% -
XYZ 47.39 64.03 100.3 -
YUV 182.06 166.34 43.79 -
System Red Green Blue C M Y K H S L
Decimal 64 229 250 0.74 0.08 0 0.02 186.77 0.95 0.62
Hex 40 E5 FA 4A 8 0 2 BB 5F 3E
Octal 100 345 372 112 10 0 2 273 137 76
Binary 1000000 11100101 11111010 1001010 1000 0 10 10111011 1011111 111110

Color Harmonies of #40E5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E5FA

Black with #40E5FA

Text Example


Text Example

White with #40E5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,229,250); }

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

background-color css

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

 a { background-color: rgb(64,229,250); }

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

border-color css

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

 span { border-color: rgb(64,229,250); }

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