Html Css Color HEX #40EFCC Turquoise

📋 copy color: '#40EFCC'

red 64 ◦ green 239 ◦ blue 204

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

Shades of Turquoise #40EFCC

Tints of Turquoise #40EFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.24%

R = 12.62%
G = 47.14%
B = 40.24%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#40EFCC (or 0x40EFCC) is known color: Turquoise. HEX triplet: 40, EF and CC. RGB value is (64,239,204). Sum of RGB (Red+Green+Blue) = 64+239+204=507 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.62% from 507); Green value is 239 (93.75% from 255 or 47.14% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 239 - color contains mainly: green. Hex color #40EFCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40EFCC is #BF1033. Grayscale: #B6B6B6. Windows color (decimal): -12521524 or 13430592. OLE color: 13430592.

HSL color Cylindrical-coordinate representation of color #40EFCC: hue angle of 168º 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 #40EFCC is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 64 239 204 -
CMYK 0.73 0 0.15 0.06
HSL 168º 0.85% 0.59% -
HSV(B) 168º 0.73% 0.94% -
XYZ 43.88 67.18 67.78 -
YUV 182.69 140.02 43.35 -
System Red Green Blue C M Y K H S L
Decimal 64 239 204 0.73 0 0.15 0.06 168 0.85 0.59
Hex 40 EF CC 49 0 F 6 A8 55 3B
Octal 100 357 314 111 0 17 6 250 125 73
Binary 1000000 11101111 11001100 1001001 0 1111 110 10101000 1010101 111011

Color Harmonies of #40EFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40EFCC

Black with #40EFCC

Text Example


Text Example

White with #40EFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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