Html Css Color HEX #40C8CF Medium Turquoise

📋 copy color: '#40C8CF'

red 64 ◦ green 200 ◦ blue 207

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

Shades of Medium Turquoise #40C8CF

Tints of Medium Turquoise #40C8CF

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.46%

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

R = 13.59%
G = 42.46%
B = 43.95%

CMYK

 C value IS 0.69

 M value IS 0.03

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#40C8CF (or 0x40C8CF) is known color: Medium Turquoise. HEX triplet: 40, C8 and CF. RGB value is (64,200,207). Sum of RGB (Red+Green+Blue) = 64+200+207=471 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.59% from 471); Green value is 200 (78.52% from 255 or 42.46% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #40C8CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C8CF is #BF3730. Grayscale: #9F9F9F. Windows color (decimal): -12531505 or 13617216. OLE color: 13617216.

HSL color Cylindrical-coordinate representation of color #40C8CF: hue angle of 182.94º 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 #40C8CF is Cyan = 0.69, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 64 200 207 -
CMYK 0.69 0.03 0 0.19
HSL 182.94º 0.6% 0.53% -
HSV(B) 182.94º 0.69% 0.81% -
XYZ 34.03 46.9 66.29 -
YUV 160.13 154.44 59.43 -
System Red Green Blue C M Y K H S L
Decimal 64 200 207 0.69 0.03 0 0.19 182.94 0.6 0.53
Hex 40 C8 CF 45 3 0 13 B7 3C 35
Octal 100 310 317 105 3 0 23 267 74 65
Binary 1000000 11001000 11001111 1000101 11 0 10011 10110111 111100 110101

Color Harmonies of #40C8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C8CF

Black with #40C8CF

Text Example


Text Example

White with #40C8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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