Html Css Color HEX #40FDEE Turquoise

📋 copy color: '#40FDEE'

red 64 ◦ green 253 ◦ blue 238

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

Shades of Turquoise #40FDEE

Tints of Turquoise #40FDEE

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.59%

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

R = 11.53%
G = 45.59%
B = 42.88%

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

#40FDEE (or 0x40FDEE) is known color: Turquoise. HEX triplet: 40, FD and EE. RGB value is (64,253,238). Sum of RGB (Red+Green+Blue) = 64+253+238=555 (73% of max value = 765). Red value is 64 (25.39% from 255 or 11.53% from 555); Green value is 253 (99.22% from 255 or 45.59% from 555); Blue value is 238 (93.36% from 255 or 42.88% from 555); Max value from RGB is 253 - color contains mainly: green. Hex color #40FDEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40FDEE is #BF0211. Grayscale: #C2C2C2. Windows color (decimal): -12517906 or 15662400. OLE color: 15662400.

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

Color convert

RGB 64 253 238 -
CMYK 0.75 0 0.06 0.01
HSL 175.24º 0.98% 0.62% -
HSV(B) 175.24º 0.75% 0.99% -
XYZ 52.67 77.51 93.07 -
YUV 194.78 152.38 34.72 -
System Red Green Blue C M Y K H S L
Decimal 64 253 238 0.75 0 0.06 0.01 175.24 0.98 0.62
Hex 40 FD EE 4B 0 6 1 AF 62 3E
Octal 100 375 356 113 0 6 1 257 142 76
Binary 1000000 11111101 11101110 1001011 0 110 1 10101111 1100010 111110

Color Harmonies of #40FDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40FDEE

Black with #40FDEE

Text Example


Text Example

White with #40FDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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