Html Css Color HEX #40DFEA Turquoise

📋 copy color: '#40DFEA'

red 64 ◦ green 223 ◦ blue 234

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

Shades of Turquoise #40DFEA

Tints of Turquoise #40DFEA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.8%

 BLUE value IS 234 (91.8% from 255) = 44.91%

R = 12.28%
G = 42.8%
B = 44.91%

CMYK

 C value IS 0.73

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#40DFEA (or 0x40DFEA) is known color: Turquoise. HEX triplet: 40, DF and EA. RGB value is (64,223,234). Sum of RGB (Red+Green+Blue) = 64+223+234=521 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.28% from 521); Green value is 223 (87.5% from 255 or 42.80% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #40DFEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40DFEA is #BF2015. Grayscale: #B0B0B0. Windows color (decimal): -12525590 or 15392576. OLE color: 15392576.

HSL color Cylindrical-coordinate representation of color #40DFEA: hue angle of 183.88º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40DFEA is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 64 223 234 -
CMYK 0.73 0.05 0 0.08
HSL 183.88º 0.8% 0.58% -
HSV(B) 183.88º 0.73% 0.92% -
XYZ 43.35 59.81 87.1 -
YUV 176.71 160.32 47.61 -
System Red Green Blue C M Y K H S L
Decimal 64 223 234 0.73 0.05 0 0.08 183.88 0.8 0.58
Hex 40 DF EA 49 5 0 8 B8 50 3A
Octal 100 337 352 111 5 0 10 270 120 72
Binary 1000000 11011111 11101010 1001001 101 0 1000 10111000 1010000 111010

Color Harmonies of #40DFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DFEA

Black with #40DFEA

Text Example


Text Example

White with #40DFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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