Html Css Color HEX #40FCDF Turquoise

📋 copy color: '#40FCDF'

red 64 ◦ green 252 ◦ blue 223

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

Shades of Turquoise #40FCDF

Tints of Turquoise #40FCDF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 46.75%

 BLUE value IS 223 (87.5% from 255) = 41.37%

R = 11.87%
G = 46.75%
B = 41.37%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#40FCDF (or 0x40FCDF) is known color: Turquoise. HEX triplet: 40, FC and DF. RGB value is (64,252,223). Sum of RGB (Red+Green+Blue) = 64+252+223=539 (71% of max value = 765). Red value is 64 (25.39% from 255 or 11.87% from 539); Green value is 252 (98.83% from 255 or 46.75% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 252 - color contains mainly: green. Hex color #40FCDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FCDF is #BF0320. Grayscale: #C0C0C0. Windows color (decimal): -12518177 or 14679104. OLE color: 14679104.

HSL color Cylindrical-coordinate representation of color #40FCDF: hue angle of 170.74º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FCDF is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 64 252 223 -
CMYK 0.75 0 0.12 0.01
HSL 170.74º 0.97% 0.62% -
HSV(B) 170.74º 0.75% 0.99% -
XYZ 50.24 76.04 81.84 -
YUV 192.48 145.22 36.36 -
System Red Green Blue C M Y K H S L
Decimal 64 252 223 0.75 0 0.12 0.01 170.74 0.97 0.62
Hex 40 FC DF 4B 0 C 1 AB 61 3E
Octal 100 374 337 113 0 14 1 253 141 76
Binary 1000000 11111100 11011111 1001011 0 1100 1 10101011 1100001 111110

Color Harmonies of #40FCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40FCDF

Black with #40FCDF

Text Example


Text Example

White with #40FCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,252,223); }

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

background-color css

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

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

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

border-color css

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

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

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