Html Css Color HEX #40FDDB Turquoise

📋 copy color: '#40FDDB'

red 64 ◦ green 253 ◦ blue 219

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

Shades of Turquoise #40FDDB

Tints of Turquoise #40FDDB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 47.2%

 BLUE value IS 219 (85.94% from 255) = 40.86%

R = 11.94%
G = 47.2%
B = 40.86%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#40FDDB (or 0x40FDDB) is known color: Turquoise. HEX triplet: 40, FD and DB. RGB value is (64,253,219). Sum of RGB (Red+Green+Blue) = 64+253+219=536 (70% of max value = 765). Red value is 64 (25.39% from 255 or 11.94% from 536); Green value is 253 (99.22% from 255 or 47.20% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 253 - color contains mainly: green. Hex color #40FDDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FDDB is #BF0224. Grayscale: #C0C0C0. Windows color (decimal): -12517925 or 14417216. OLE color: 14417216.

HSL color Cylindrical-coordinate representation of color #40FDDB: hue angle of 169.21º degrees, saturation: 0.98, 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 #40FDDB is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 64 253 219 -
CMYK 0.75 0 0.13 0.01
HSL 169.21º 0.98% 0.62% -
HSV(B) 169.21º 0.75% 0.99% -
XYZ 50.03 76.46 79.14 -
YUV 192.61 142.88 36.26 -
System Red Green Blue C M Y K H S L
Decimal 64 253 219 0.75 0 0.13 0.01 169.21 0.98 0.62
Hex 40 FD DB 4B 0 D 1 A9 62 3E
Octal 100 375 333 113 0 15 1 251 142 76
Binary 1000000 11111101 11011011 1001011 0 1101 1 10101001 1100010 111110

Color Harmonies of #40FDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40FDDB

Black with #40FDDB

Text Example


Text Example

White with #40FDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,253,219); }

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

background-color css

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

 a { background-color: rgb(64,253,219); }

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

border-color css

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

 span { border-color: rgb(64,253,219); }

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