Html Css Color HEX #40CCDE Medium Turquoise

📋 copy color: '#40CCDE'

red 64 ◦ green 204 ◦ blue 222

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

Shades of Medium Turquoise #40CCDE

Tints of Medium Turquoise #40CCDE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.63%

 BLUE value IS 222 (87.11% from 255) = 45.31%

R = 13.06%
G = 41.63%
B = 45.31%

CMYK

 C value IS 0.71

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#40CCDE (or 0x40CCDE) is known color: Medium Turquoise. HEX triplet: 40, CC and DE. RGB value is (64,204,222). Sum of RGB (Red+Green+Blue) = 64+204+222=490 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.06% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 222 (87.11% from 255 or 45.31% from 490); Max value from RGB is 222 - color contains mainly: blue. Hex color #40CCDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CCDE is #BF3321. Grayscale: #A3A3A3. Windows color (decimal): -12530466 or 14601280. OLE color: 14601280.

HSL color Cylindrical-coordinate representation of color #40CCDE: hue angle of 186.84º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40CCDE is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 204 222 -
CMYK 0.71 0.08 0 0.13
HSL 186.84º 0.71% 0.56% -
HSV(B) 186.84º 0.71% 0.87% -
XYZ 36.89 49.55 76.73 -
YUV 164.19 160.62 56.54 -
System Red Green Blue C M Y K H S L
Decimal 64 204 222 0.71 0.08 0 0.13 186.84 0.71 0.56
Hex 40 CC DE 47 8 0 D BB 47 38
Octal 100 314 336 107 10 0 15 273 107 70
Binary 1000000 11001100 11011110 1000111 1000 0 1101 10111011 1000111 111000

Color Harmonies of #40CCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CCDE

Black with #40CCDE

Text Example


Text Example

White with #40CCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,204,222); }

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

background-color css

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

 a { background-color: rgb(64,204,222); }

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

border-color css

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

 span { border-color: rgb(64,204,222); }

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