Html Css Color HEX #40DCF1 Turquoise

📋 copy color: '#40DCF1'

red 64 ◦ green 220 ◦ blue 241

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

Shades of Turquoise #40DCF1

Tints of Turquoise #40DCF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 45.9%

R = 12.19%
G = 41.9%
B = 45.9%

CMYK

 C value IS 0.73

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#40DCF1 (or 0x40DCF1) is known color: Turquoise. HEX triplet: 40, DC and F1. RGB value is (64,220,241). Sum of RGB (Red+Green+Blue) = 64+220+241=525 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.19% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 241 (94.53% from 255 or 45.90% from 525); Max value from RGB is 241 - color contains mainly: blue. Hex color #40DCF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40DCF1 is #BF230E. Grayscale: #AFAFAF. Windows color (decimal): -12526351 or 15850560. OLE color: 15850560.

HSL color Cylindrical-coordinate representation of color #40DCF1: hue angle of 187.12º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40DCF1 is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 64 220 241 -
CMYK 0.73 0.09 0 0.05
HSL 187.12º 0.86% 0.6% -
HSV(B) 187.12º 0.73% 0.95% -
XYZ 43.58 58.63 92.24 -
YUV 175.75 164.82 48.29 -
System Red Green Blue C M Y K H S L
Decimal 64 220 241 0.73 0.09 0 0.05 187.12 0.86 0.6
Hex 40 DC F1 49 9 0 5 BB 56 3C
Octal 100 334 361 111 11 0 5 273 126 74
Binary 1000000 11011100 11110001 1001001 1001 0 101 10111011 1010110 111100

Color Harmonies of #40DCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DCF1

Black with #40DCF1

Text Example


Text Example

White with #40DCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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