Html Css Color HEX #40DAEE Turquoise

📋 copy color: '#40DAEE'

red 64 ◦ green 218 ◦ blue 238

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

Shades of Turquoise #40DAEE

Tints of Turquoise #40DAEE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.92%

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

R = 12.31%
G = 41.92%
B = 45.77%

CMYK

 C value IS 0.73

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#40DAEE (or 0x40DAEE) is known color: Turquoise. HEX triplet: 40, DA and EE. RGB value is (64,218,238). Sum of RGB (Red+Green+Blue) = 64+218+238=520 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.31% from 520); Green value is 218 (85.55% from 255 or 41.92% from 520); Blue value is 238 (93.36% from 255 or 45.77% from 520); Max value from RGB is 238 - color contains mainly: blue. Hex color #40DAEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40DAEE is #BF2511. Grayscale: #AEAEAE. Windows color (decimal): -12526866 or 15653440. OLE color: 15653440.

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

Color convert

RGB 64 218 238 -
CMYK 0.73 0.08 0 0.07
HSL 186.9º 0.84% 0.59% -
HSV(B) 186.9º 0.73% 0.93% -
XYZ 42.62 57.41 89.72 -
YUV 174.23 163.98 49.37 -
System Red Green Blue C M Y K H S L
Decimal 64 218 238 0.73 0.08 0 0.07 186.9 0.84 0.59
Hex 40 DA EE 49 8 0 7 BB 54 3B
Octal 100 332 356 111 10 0 7 273 124 73
Binary 1000000 11011010 11101110 1001001 1000 0 111 10111011 1010100 111011

Color Harmonies of #40DAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DAEE

Black with #40DAEE

Text Example


Text Example

White with #40DAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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