Html Css Color HEX #40FFEE Turquoise

📋 copy color: '#40FFEE'

red 64 ◦ green 255 ◦ blue 238

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

Shades of Turquoise #40FFEE

Tints of Turquoise #40FFEE

RGB

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

 GREEN value IS 255 (100% from 255) = 45.78%

 BLUE value IS 238 (93.36% from 255) = 42.73%

R = 11.49%
G = 45.78%
B = 42.73%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#40FFEE (or 0x40FFEE) is known color: Turquoise. HEX triplet: 40, FF and EE. RGB value is (64,255,238). Sum of RGB (Red+Green+Blue) = 64+255+238=557 (73% of max value = 765). Red value is 64 (25.39% from 255 or 11.49% from 557); Green value is 255 (100% from 255 or 45.78% from 557); Blue value is 238 (93.36% from 255 or 42.73% from 557); Max value from RGB is 255 - color contains mainly: green. Hex color #40FFEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40FFEE is #BF0011. Grayscale: #C3C3C3. Windows color (decimal): -12517394 or 15662912. OLE color: 15662912.

HSL color Cylindrical-coordinate representation of color #40FFEE: hue angle of 174.66º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FFEE is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 64 255 238 -
CMYK 0.75 0 0.07 0
HSL 174.66º 1% 0.63% -
HSV(B) 174.66º 0.75% 1% -
XYZ 53.31 78.78 93.29 -
YUV 195.95 151.72 33.88 -
System Red Green Blue C M Y K H S L
Decimal 64 255 238 0.75 0 0.07 0 174.66 1 0.63
Hex 40 FF EE 4B 0 7 0 AF 64 3F
Octal 100 377 356 113 0 7 0 257 144 77
Binary 1000000 11111111 11101110 1001011 0 111 0 10101111 1100100 111111

Color Harmonies of #40FFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40FFEE

Black with #40FFEE

Text Example


Text Example

White with #40FFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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