Html Css Color HEX #40CFCF Medium Turquoise

📋 copy color: '#40CFCF'

red 64 ◦ green 207 ◦ blue 207

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

Shades of Medium Turquoise #40CFCF

Tints of Medium Turquoise #40CFCF

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.31%

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

R = 13.39%
G = 43.31%
B = 43.31%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#40CFCF (or 0x40CFCF) is known color: Medium Turquoise. HEX triplet: 40, CF and CF. RGB value is (64,207,207). Sum of RGB (Red+Green+Blue) = 64+207+207=478 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.39% from 478); Green value is 207 (81.25% from 255 or 43.31% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #40CFCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CFCF is #BF3030. Grayscale: #A4A4A4. Windows color (decimal): -12529713 or 13619008. OLE color: 13619008.

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

Color convert

RGB 64 207 207 -
CMYK 0.69 0 0 0.19
HSL 180º 0.6% 0.53% -
HSV(B) 180º 0.69% 0.81% -
XYZ 35.69 50.22 66.84 -
YUV 164.24 152.12 56.5 -
System Red Green Blue C M Y K H S L
Decimal 64 207 207 0.69 0 0 0.19 180 0.6 0.53
Hex 40 CF CF 45 0 0 13 B4 3C 35
Octal 100 317 317 105 0 0 23 264 74 65
Binary 1000000 11001111 11001111 1000101 0 0 10011 10110100 111100 110101

Color Harmonies of #40CFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CFCF

Black with #40CFCF

Text Example


Text Example

White with #40CFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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