Html Css Color HEX #40EFCF Turquoise

📋 copy color: '#40EFCF'

red 64 ◦ green 239 ◦ blue 207

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

Shades of Turquoise #40EFCF

Tints of Turquoise #40EFCF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 46.86%

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

R = 12.55%
G = 46.86%
B = 40.59%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#40EFCF (or 0x40EFCF) is known color: Turquoise. HEX triplet: 40, EF and CF. RGB value is (64,239,207). Sum of RGB (Red+Green+Blue) = 64+239+207=510 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.55% from 510); Green value is 239 (93.75% from 255 or 46.86% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 239 - color contains mainly: green. Hex color #40EFCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40EFCF is #BF1030. Grayscale: #B6B6B6. Windows color (decimal): -12521521 or 13627200. OLE color: 13627200.

HSL color Cylindrical-coordinate representation of color #40EFCF: hue angle of 169.03º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40EFCF is Cyan = 0.73, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB 64 239 207 -
CMYK 0.73 0 0.13 0.06
HSL 169.03º 0.85% 0.59% -
HSV(B) 169.03º 0.73% 0.94% -
XYZ 44.24 67.33 69.7 -
YUV 183.03 141.52 43.1 -
System Red Green Blue C M Y K H S L
Decimal 64 239 207 0.73 0 0.13 0.06 169.03 0.85 0.59
Hex 40 EF CF 49 0 D 6 A9 55 3B
Octal 100 357 317 111 0 15 6 251 125 73
Binary 1000000 11101111 11001111 1001001 0 1101 110 10101001 1010101 111011

Color Harmonies of #40EFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40EFCF

Black with #40EFCF

Text Example


Text Example

White with #40EFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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