Html Css Color HEX #40CCDF Medium Turquoise

📋 copy color: '#40CCDF'

red 64 ◦ green 204 ◦ blue 223

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

Shades of Medium Turquoise #40CCDF

Tints of Medium Turquoise #40CCDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.42%

R = 13.03%
G = 41.55%
B = 45.42%

CMYK

 C value IS 0.71

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#40CCDF (or 0x40CCDF) is known color: Medium Turquoise. HEX triplet: 40, CC and DF. RGB value is (64,204,223). Sum of RGB (Red+Green+Blue) = 64+204+223=491 (65% of max value = 765). Red value is 64 (25.39% from 255 or 13.03% from 491); Green value is 204 (80.08% from 255 or 41.55% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #40CCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CCDF is #BF3320. Grayscale: #A4A4A4. Windows color (decimal): -12530465 or 14666816. OLE color: 14666816.

HSL color Cylindrical-coordinate representation of color #40CCDF: hue angle of 187.17º 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 #40CCDF is Cyan = 0.71, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 204 223 -
CMYK 0.71 0.09 0 0.13
HSL 187.17º 0.71% 0.56% -
HSV(B) 187.17º 0.71% 0.87% -
XYZ 37.03 49.6 77.43 -
YUV 164.31 161.12 56.46 -
System Red Green Blue C M Y K H S L
Decimal 64 204 223 0.71 0.09 0 0.13 187.17 0.71 0.56
Hex 40 CC DF 47 9 0 D BB 47 38
Octal 100 314 337 107 11 0 15 273 107 70
Binary 1000000 11001100 11011111 1000111 1001 0 1101 10111011 1000111 111000

Color Harmonies of #40CCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CCDF

Black with #40CCDF

Text Example


Text Example

White with #40CCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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