Html Css Color HEX #40CAD6 Medium Turquoise

📋 copy color: '#40CAD6'

red 64 ◦ green 202 ◦ blue 214

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

Shades of Medium Turquoise #40CAD6

Tints of Medium Turquoise #40CAD6

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.08%

 BLUE value IS 214 (83.98% from 255) = 44.58%

R = 13.33%
G = 42.08%
B = 44.58%

CMYK

 C value IS 0.70

 M value IS 0.06

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#40CAD6 (or 0x40CAD6) is known color: Medium Turquoise. HEX triplet: 40, CA and D6. RGB value is (64,202,214). Sum of RGB (Red+Green+Blue) = 64+202+214=480 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.33% from 480); Green value is 202 (79.30% from 255 or 42.08% from 480); Blue value is 214 (83.98% from 255 or 44.58% from 480); Max value from RGB is 214 - color contains mainly: blue. Hex color #40CAD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CAD6 is #BF3529. Grayscale: #A1A1A1. Windows color (decimal): -12530986 or 14076480. OLE color: 14076480.

HSL color Cylindrical-coordinate representation of color #40CAD6: hue angle of 184.8º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40CAD6 is Cyan = 0.70, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 64 202 214 -
CMYK 0.70 0.06 0 0.16
HSL 184.8º 0.65% 0.55% -
HSV(B) 184.8º 0.7% 0.84% -
XYZ 35.37 48.19 71.05 -
YUV 162.11 157.28 58.02 -
System Red Green Blue C M Y K H S L
Decimal 64 202 214 0.70 0.06 0 0.16 184.8 0.65 0.55
Hex 40 CA D6 46 6 0 10 B9 41 37
Octal 100 312 326 106 6 0 20 271 101 67
Binary 1000000 11001010 11010110 1000110 110 0 10000 10111001 1000001 110111

Color Harmonies of #40CAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CAD6

Black with #40CAD6

Text Example


Text Example

White with #40CAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,202,214); }

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

background-color css

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

 a { background-color: rgb(64,202,214); }

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

border-color css

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

 span { border-color: rgb(64,202,214); }

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