Html Css Color HEX #40E0CF Turquoise

📋 copy color: '#40E0CF'

red 64 ◦ green 224 ◦ blue 207

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

Shades of Turquoise #40E0CF

Tints of Turquoise #40E0CF

RGB

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

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

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

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

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #40E0CF: hue angle of 173.62º 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 #40E0CF is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 64 224 207 -
CMYK 0.71 0 0.08 0.12
HSL 173.63º 0.72% 0.56% -
HSV(B) 173.63º 0.71% 0.88% -
XYZ 40.03 58.91 68.29 -
YUV 174.22 146.49 49.38 -
System Red Green Blue C M Y K H S L
Decimal 64 224 207 0.71 0 0.08 0.12 173.63 0.72 0.56
Hex 40 E0 CF 47 0 8 C AE 48 38
Octal 100 340 317 107 0 10 14 256 110 70
Binary 1000000 11100000 11001111 1000111 0 1000 1100 10101110 1001000 111000

Color Harmonies of #40E0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E0CF

Black with #40E0CF

Text Example


Text Example

White with #40E0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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