Html Css Color HEX #40DCEE Turquoise

📋 copy color: '#40DCEE'

red 64 ◦ green 220 ◦ blue 238

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

Shades of Turquoise #40DCEE

Tints of Turquoise #40DCEE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.15%

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

R = 12.26%
G = 42.15%
B = 45.59%

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

#40DCEE (or 0x40DCEE) is known color: Turquoise. HEX triplet: 40, DC and EE. RGB value is (64,220,238). Sum of RGB (Red+Green+Blue) = 64+220+238=522 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.26% from 522); Green value is 220 (86.33% from 255 or 42.15% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 238 - color contains mainly: blue. Hex color #40DCEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40DCEE is #BF2311. Grayscale: #AFAFAF. Windows color (decimal): -12526354 or 15653952. OLE color: 15653952.

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

Color convert

RGB 64 220 238 -
CMYK 0.73 0.08 0 0.07
HSL 186.21º 0.84% 0.59% -
HSV(B) 186.21º 0.73% 0.93% -
XYZ 43.14 58.45 89.9 -
YUV 175.41 163.32 48.54 -
System Red Green Blue C M Y K H S L
Decimal 64 220 238 0.73 0.08 0 0.07 186.21 0.84 0.59
Hex 40 DC EE 49 8 0 7 BA 54 3B
Octal 100 334 356 111 10 0 7 272 124 73
Binary 1000000 11011100 11101110 1001001 1000 0 111 10111010 1010100 111011

Color Harmonies of #40DCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DCEE

Black with #40DCEE

Text Example


Text Example

White with #40DCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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