Html Css Color HEX #40EEFA Turquoise

📋 copy color: '#40EEFA'

red 64 ◦ green 238 ◦ blue 250

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

Shades of Turquoise #40EEFA

Tints of Turquoise #40EEFA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 43.12%

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

R = 11.59%
G = 43.12%
B = 45.29%

CMYK

 C value IS 0.74

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#40EEFA (or 0x40EEFA) is known color: Turquoise. HEX triplet: 40, EE and FA. RGB value is (64,238,250). Sum of RGB (Red+Green+Blue) = 64+238+250=552 (73% of max value = 765). Red value is 64 (25.39% from 255 or 11.59% from 552); Green value is 238 (93.36% from 255 or 43.12% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #40EEFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40EEFA is #BF1105. Grayscale: #BBBBBB. Windows color (decimal): -12521734 or 16444992. OLE color: 16444992.

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

Color convert

RGB 64 238 250 -
CMYK 0.74 0.05 0 0.02
HSL 183.87º 0.95% 0.62% -
HSV(B) 183.87º 0.74% 0.98% -
XYZ 49.94 69.14 101.16 -
YUV 187.34 163.35 40.02 -
System Red Green Blue C M Y K H S L
Decimal 64 238 250 0.74 0.05 0 0.02 183.87 0.95 0.62
Hex 40 EE FA 4A 5 0 2 B8 5F 3E
Octal 100 356 372 112 5 0 2 270 137 76
Binary 1000000 11101110 11111010 1001010 101 0 10 10111000 1011111 111110

Color Harmonies of #40EEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40EEFA

Black with #40EEFA

Text Example


Text Example

White with #40EEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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