Html Css Color HEX #40CCDB Medium Turquoise

📋 copy color: '#40CCDB'

red 64 ◦ green 204 ◦ blue 219

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

Shades of Medium Turquoise #40CCDB

Tints of Medium Turquoise #40CCDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.97%

R = 13.14%
G = 41.89%
B = 44.97%

CMYK

 C value IS 0.71

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#40CCDB (or 0x40CCDB) is known color: Medium Turquoise. HEX triplet: 40, CC and DB. RGB value is (64,204,219). Sum of RGB (Red+Green+Blue) = 64+204+219=487 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.14% from 487); Green value is 204 (80.08% from 255 or 41.89% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #40CCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CCDB is #BF3324. Grayscale: #A3A3A3. Windows color (decimal): -12530469 or 14404672. OLE color: 14404672.

HSL color Cylindrical-coordinate representation of color #40CCDB: hue angle of 185.81º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40CCDB is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 64 204 219 -
CMYK 0.71 0.07 0 0.14
HSL 185.81º 0.68% 0.55% -
HSV(B) 185.81º 0.71% 0.86% -
XYZ 36.49 49.39 74.63 -
YUV 163.85 159.12 56.78 -
System Red Green Blue C M Y K H S L
Decimal 64 204 219 0.71 0.07 0 0.14 185.81 0.68 0.55
Hex 40 CC DB 47 7 0 E BA 44 37
Octal 100 314 333 107 7 0 16 272 104 67
Binary 1000000 11001100 11011011 1000111 111 0 1110 10111010 1000100 110111

Color Harmonies of #40CCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CCDB

Black with #40CCDB

Text Example


Text Example

White with #40CCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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