Html Css Color HEX #40EDEE Turquoise

📋 copy color: '#40EDEE'

red 64 ◦ green 237 ◦ blue 238

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

Shades of Turquoise #40EDEE

Tints of Turquoise #40EDEE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.97%

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

R = 11.87%
G = 43.97%
B = 44.16%

CMYK

 C value IS 0.73

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#40EDEE (or 0x40EDEE) is known color: Turquoise. HEX triplet: 40, ED and EE. RGB value is (64,237,238). Sum of RGB (Red+Green+Blue) = 64+237+238=539 (71% of max value = 765). Red value is 64 (25.39% from 255 or 11.87% from 539); Green value is 237 (92.97% from 255 or 43.97% from 539); Blue value is 238 (93.36% from 255 or 44.16% from 539); Max value from RGB is 238 - color contains mainly: blue. Hex color #40EDEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40EDEE is #BF1211. Grayscale: #B9B9B9. Windows color (decimal): -12522002 or 15658304. OLE color: 15658304.

HSL color Cylindrical-coordinate representation of color #40EDEE: hue angle of 180.34º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40EDEE is Cyan = 0.73, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 64 237 238 -
CMYK 0.73 0.00 0 0.07
HSL 180.34º 0.84% 0.59% -
HSV(B) 180.34º 0.73% 0.93% -
XYZ 47.83 67.83 91.46 -
YUV 185.39 157.69 41.42 -
System Red Green Blue C M Y K H S L
Decimal 64 237 238 0.73 0.00 0 0.07 180.34 0.84 0.59
Hex 40 ED EE 49 0 0 7 B4 54 3B
Octal 100 355 356 111 0 0 7 264 124 73
Binary 1000000 11101101 11101110 1001001 0 0 111 10110100 1010100 111011

Color Harmonies of #40EDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40EDEE

Black with #40EDEE

Text Example


Text Example

White with #40EDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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