Html Css Color HEX #40FCEE Turquoise

📋 copy color: '#40FCEE'

red 64 ◦ green 252 ◦ blue 238

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

Shades of Turquoise #40FCEE

Tints of Turquoise #40FCEE

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.49%

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

R = 11.55%
G = 45.49%
B = 42.96%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#40FCEE (or 0x40FCEE) is known color: Turquoise. HEX triplet: 40, FC and EE. RGB value is (64,252,238). Sum of RGB (Red+Green+Blue) = 64+252+238=554 (73% of max value = 765). Red value is 64 (25.39% from 255 or 11.55% from 554); Green value is 252 (98.83% from 255 or 45.49% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 252 - color contains mainly: green. Hex color #40FCEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40FCEE is #BF0311. Grayscale: #C2C2C2. Windows color (decimal): -12518162 or 15662144. OLE color: 15662144.

HSL color Cylindrical-coordinate representation of color #40FCEE: hue angle of 175.53º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FCEE is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 64 252 238 -
CMYK 0.75 0 0.06 0.01
HSL 175.53º 0.97% 0.62% -
HSV(B) 175.53º 0.75% 0.99% -
XYZ 52.36 76.88 92.97 -
YUV 194.19 152.72 35.14 -
System Red Green Blue C M Y K H S L
Decimal 64 252 238 0.75 0 0.06 0.01 175.53 0.97 0.62
Hex 40 FC EE 4B 0 6 1 B0 61 3E
Octal 100 374 356 113 0 6 1 260 141 76
Binary 1000000 11111100 11101110 1001011 0 110 1 10110000 1100001 111110

Color Harmonies of #40FCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40FCEE

Black with #40FCEE

Text Example


Text Example

White with #40FCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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