Html Css Color HEX #40BFC5 Medium Turquoise

📋 copy color: '#40BFC5'

red 64 ◦ green 191 ◦ blue 197

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

Shades of Medium Turquoise #40BFC5

Tints of Medium Turquoise #40BFC5

RGB

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

 GREEN value IS 191 (75% from 255) = 42.26%

 BLUE value IS 197 (77.34% from 255) = 43.58%

R = 14.16%
G = 42.26%
B = 43.58%

CMYK

 C value IS 0.68

 M value IS 0.03

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#40BFC5 (or 0x40BFC5) is known color: Medium Turquoise. HEX triplet: 40, BF and C5. RGB value is (64,191,197). Sum of RGB (Red+Green+Blue) = 64+191+197=452 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.16% from 452); Green value is 191 (75% from 255 or 42.26% from 452); Blue value is 197 (77.34% from 255 or 43.58% from 452); Max value from RGB is 197 - color contains mainly: blue. Hex color #40BFC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BFC5 is #BF403A. Grayscale: #999999. Windows color (decimal): -12533819 or 12959552. OLE color: 12959552.

HSL color Cylindrical-coordinate representation of color #40BFC5: hue angle of 182.71º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40BFC5 is Cyan = 0.68, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 64 191 197 -
CMYK 0.68 0.03 0 0.23
HSL 182.71º 0.53% 0.51% -
HSV(B) 182.71º 0.68% 0.77% -
XYZ 30.82 42.38 59.38 -
YUV 153.71 152.42 64.01 -
System Red Green Blue C M Y K H S L
Decimal 64 191 197 0.68 0.03 0 0.23 182.71 0.53 0.51
Hex 40 BF C5 44 3 0 17 B7 35 33
Octal 100 277 305 104 3 0 27 267 65 63
Binary 1000000 10111111 11000101 1000100 11 0 10111 10110111 110101 110011

Color Harmonies of #40BFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BFC5

Black with #40BFC5

Text Example


Text Example

White with #40BFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,191,197); }

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

background-color css

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

 a { background-color: rgb(64,191,197); }

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

border-color css

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

 span { border-color: rgb(64,191,197); }

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