Html Css Color HEX #40C3CF Medium Turquoise

📋 copy color: '#40C3CF'

red 64 ◦ green 195 ◦ blue 207

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

Shades of Medium Turquoise #40C3CF

Tints of Medium Turquoise #40C3CF

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.85%

 BLUE value IS 207 (81.25% from 255) = 44.42%

R = 13.73%
G = 41.85%
B = 44.42%

CMYK

 C value IS 0.69

 M value IS 0.06

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#40C3CF (or 0x40C3CF) is known color: Medium Turquoise. HEX triplet: 40, C3 and CF. RGB value is (64,195,207). Sum of RGB (Red+Green+Blue) = 64+195+207=466 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.73% from 466); Green value is 195 (76.56% from 255 or 41.85% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #40C3CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C3CF is #BF3C30. Grayscale: #9D9D9D. Windows color (decimal): -12532785 or 13615936. OLE color: 13615936.

HSL color Cylindrical-coordinate representation of color #40C3CF: hue angle of 185.03º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40C3CF is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 64 195 207 -
CMYK 0.69 0.06 0 0.19
HSL 185.04º 0.6% 0.53% -
HSV(B) 185.04º 0.69% 0.81% -
XYZ 32.89 44.63 65.91 -
YUV 157.2 156.1 61.52 -
System Red Green Blue C M Y K H S L
Decimal 64 195 207 0.69 0.06 0 0.19 185.04 0.6 0.53
Hex 40 C3 CF 45 6 0 13 B9 3C 35
Octal 100 303 317 105 6 0 23 271 74 65
Binary 1000000 11000011 11001111 1000101 110 0 10011 10111001 111100 110101

Color Harmonies of #40C3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C3CF

Black with #40C3CF

Text Example


Text Example

White with #40C3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,195,207); }

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

background-color css

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

 a { background-color: rgb(64,195,207); }

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

border-color css

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

 span { border-color: rgb(64,195,207); }

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