Html Css Color HEX #40DCEF Turquoise

📋 copy color: '#40DCEF'

red 64 ◦ green 220 ◦ blue 239

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

Shades of Turquoise #40DCEF

Tints of Turquoise #40DCEF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.07%

 BLUE value IS 239 (93.75% from 255) = 45.7%

R = 12.24%
G = 42.07%
B = 45.7%

CMYK

 C value IS 0.73

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#40DCEF (or 0x40DCEF) is known color: Turquoise. HEX triplet: 40, DC and EF. RGB value is (64,220,239). Sum of RGB (Red+Green+Blue) = 64+220+239=523 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.24% from 523); Green value is 220 (86.33% from 255 or 42.07% from 523); Blue value is 239 (93.75% from 255 or 45.70% from 523); Max value from RGB is 239 - color contains mainly: blue. Hex color #40DCEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40DCEF is #BF2310. Grayscale: #AFAFAF. Windows color (decimal): -12526353 or 15719488. OLE color: 15719488.

HSL color Cylindrical-coordinate representation of color #40DCEF: hue angle of 186.51º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40DCEF is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 64 220 239 -
CMYK 0.73 0.08 0 0.06
HSL 186.51º 0.85% 0.59% -
HSV(B) 186.51º 0.73% 0.94% -
XYZ 43.29 58.51 90.67 -
YUV 175.52 163.82 48.46 -
System Red Green Blue C M Y K H S L
Decimal 64 220 239 0.73 0.08 0 0.06 186.51 0.85 0.59
Hex 40 DC EF 49 8 0 6 BB 55 3B
Octal 100 334 357 111 10 0 6 273 125 73
Binary 1000000 11011100 11101111 1001001 1000 0 110 10111011 1010101 111011

Color Harmonies of #40DCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DCEF

Black with #40DCEF

Text Example


Text Example

White with #40DCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,220,239); }

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

background-color css

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

 a { background-color: rgb(64,220,239); }

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

border-color css

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

 span { border-color: rgb(64,220,239); }

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