Html Css Color HEX #40FFD2 Turquoise

📋 copy color: '#40FFD2'

red 64 ◦ green 255 ◦ blue 210

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

Shades of Turquoise #40FFD2

Tints of Turquoise #40FFD2

RGB

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

 GREEN value IS 255 (100% from 255) = 48.2%

 BLUE value IS 210 (82.42% from 255) = 39.7%

R = 12.1%
G = 48.2%
B = 39.7%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#40FFD2 (or 0x40FFD2) is known color: Turquoise. HEX triplet: 40, FF and D2. RGB value is (64,255,210). Sum of RGB (Red+Green+Blue) = 64+255+210=529 (70% of max value = 765). Red value is 64 (25.39% from 255 or 12.10% from 529); Green value is 255 (100% from 255 or 48.20% from 529); Blue value is 210 (82.42% from 255 or 39.70% from 529); Max value from RGB is 255 - color contains mainly: green. Hex color #40FFD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FFD2 is #BF002D. Grayscale: #C0C0C0. Windows color (decimal): -12517422 or 13827904. OLE color: 13827904.

HSL color Cylindrical-coordinate representation of color #40FFD2: hue angle of 165.86º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FFD2 is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB 64 255 210 -
CMYK 0.75 0 0.18 0
HSL 165.86º 1% 0.63% -
HSV(B) 165.86º 0.75% 1% -
XYZ 49.51 77.26 73.28 -
YUV 192.76 137.72 36.16 -
System Red Green Blue C M Y K H S L
Decimal 64 255 210 0.75 0 0.18 0 165.86 1 0.63
Hex 40 FF D2 4B 0 12 0 A6 64 3F
Octal 100 377 322 113 0 22 0 246 144 77
Binary 1000000 11111111 11010010 1001011 0 10010 0 10100110 1100100 111111

Color Harmonies of #40FFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40FFD2

Black with #40FFD2

Text Example


Text Example

White with #40FFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,255,210); }

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

background-color css

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

 a { background-color: rgb(64,255,210); }

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

border-color css

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

 span { border-color: rgb(64,255,210); }

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