Html Css Color HEX #40DFEE Turquoise

📋 copy color: '#40DFEE'

red 64 ◦ green 223 ◦ blue 238

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

Shades of Turquoise #40DFEE

Tints of Turquoise #40DFEE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.48%

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

R = 12.19%
G = 42.48%
B = 45.33%

CMYK

 C value IS 0.73

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#40DFEE (or 0x40DFEE) is known color: Turquoise. HEX triplet: 40, DF and EE. RGB value is (64,223,238). Sum of RGB (Red+Green+Blue) = 64+223+238=525 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.19% from 525); Green value is 223 (87.5% from 255 or 42.48% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 238 - color contains mainly: blue. Hex color #40DFEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40DFEE is #BF2011. Grayscale: #B0B0B0. Windows color (decimal): -12525586 or 15654720. OLE color: 15654720.

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

Color convert

RGB 64 223 238 -
CMYK 0.73 0.06 0 0.07
HSL 185.17º 0.84% 0.59% -
HSV(B) 185.17º 0.73% 0.93% -
XYZ 43.93 60.04 90.16 -
YUV 177.17 162.32 47.28 -
System Red Green Blue C M Y K H S L
Decimal 64 223 238 0.73 0.06 0 0.07 185.17 0.84 0.59
Hex 40 DF EE 49 6 0 7 B9 54 3B
Octal 100 337 356 111 6 0 7 271 124 73
Binary 1000000 11011111 11101110 1001001 110 0 111 10111001 1010100 111011

Color Harmonies of #40DFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DFEE

Black with #40DFEE

Text Example


Text Example

White with #40DFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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