Html Css Color HEX #40DDEE Turquoise

📋 copy color: '#40DDEE'

red 64 ◦ green 221 ◦ blue 238

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

Shades of Turquoise #40DDEE

Tints of Turquoise #40DDEE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.26%

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

R = 12.24%
G = 42.26%
B = 45.51%

CMYK

 C value IS 0.73

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#40DDEE (or 0x40DDEE) is known color: Turquoise. HEX triplet: 40, DD and EE. RGB value is (64,221,238). Sum of RGB (Red+Green+Blue) = 64+221+238=523 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.24% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 238 (93.36% from 255 or 45.51% from 523); Max value from RGB is 238 - color contains mainly: blue. Hex color #40DDEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40DDEE is #BF2211. Grayscale: #AFAFAF. Windows color (decimal): -12526098 or 15654208. OLE color: 15654208.

HSL color Cylindrical-coordinate representation of color #40DDEE: hue angle of 185.86º 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 #40DDEE is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 64 221 238 -
CMYK 0.73 0.07 0 0.07
HSL 185.86º 0.84% 0.59% -
HSV(B) 185.86º 0.73% 0.93% -
XYZ 43.4 58.98 89.98 -
YUV 176 162.99 48.12 -
System Red Green Blue C M Y K H S L
Decimal 64 221 238 0.73 0.07 0 0.07 185.86 0.84 0.59
Hex 40 DD EE 49 7 0 7 BA 54 3B
Octal 100 335 356 111 7 0 7 272 124 73
Binary 1000000 11011101 11101110 1001001 111 0 111 10111010 1010100 111011

Color Harmonies of #40DDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DDEE

Black with #40DDEE

Text Example


Text Example

White with #40DDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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