Html Css Color HEX #40CFE0 Medium Turquoise

📋 copy color: '#40CFE0'

red 64 ◦ green 207 ◦ blue 224

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

Shades of Medium Turquoise #40CFE0

Tints of Medium Turquoise #40CFE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 45.25%

R = 12.93%
G = 41.82%
B = 45.25%

CMYK

 C value IS 0.71

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#40CFE0 (or 0x40CFE0) is known color: Medium Turquoise. HEX triplet: 40, CF and E0. RGB value is (64,207,224). Sum of RGB (Red+Green+Blue) = 64+207+224=495 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.93% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 224 (87.89% from 255 or 45.25% from 495); Max value from RGB is 224 - color contains mainly: blue. Hex color #40CFE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CFE0 is #BF301F. Grayscale: #A5A5A5. Windows color (decimal): -12529696 or 14733120. OLE color: 14733120.

HSL color Cylindrical-coordinate representation of color #40CFE0: hue angle of 186.38º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40CFE0 is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 64 207 224 -
CMYK 0.71 0.08 0 0.12
HSL 186.38º 0.72% 0.56% -
HSV(B) 186.38º 0.71% 0.88% -
XYZ 37.88 51.1 78.39 -
YUV 166.18 160.62 55.12 -
System Red Green Blue C M Y K H S L
Decimal 64 207 224 0.71 0.08 0 0.12 186.38 0.72 0.56
Hex 40 CF E0 47 8 0 C BA 48 38
Octal 100 317 340 107 10 0 14 272 110 70
Binary 1000000 11001111 11100000 1000111 1000 0 1100 10111010 1001000 111000

Color Harmonies of #40CFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CFE0

Black with #40CFE0

Text Example


Text Example

White with #40CFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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