Html Css Color HEX #40DEFA Turquoise

📋 copy color: '#40DEFA'

red 64 ◦ green 222 ◦ blue 250

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

Shades of Turquoise #40DEFA

Tints of Turquoise #40DEFA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.42%

 BLUE value IS 250 (98.05% from 255) = 46.64%

R = 11.94%
G = 41.42%
B = 46.64%

CMYK

 C value IS 0.74

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#40DEFA (or 0x40DEFA) is known color: Turquoise. HEX triplet: 40, DE and FA. RGB value is (64,222,250). Sum of RGB (Red+Green+Blue) = 64+222+250=536 (70% of max value = 765). Red value is 64 (25.39% from 255 or 11.94% from 536); Green value is 222 (87.11% from 255 or 41.42% from 536); Blue value is 250 (98.05% from 255 or 46.64% from 536); Max value from RGB is 250 - color contains mainly: blue. Hex color #40DEFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40DEFA is #BF2105. Grayscale: #B1B1B1. Windows color (decimal): -12525830 or 16440896. OLE color: 16440896.

HSL color Cylindrical-coordinate representation of color #40DEFA: hue angle of 189.03º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40DEFA is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 64 222 250 -
CMYK 0.74 0.11 0 0.02
HSL 189.03º 0.95% 0.62% -
HSV(B) 189.03º 0.74% 0.98% -
XYZ 45.49 60.23 99.67 -
YUV 177.95 168.65 46.72 -
System Red Green Blue C M Y K H S L
Decimal 64 222 250 0.74 0.11 0 0.02 189.03 0.95 0.62
Hex 40 DE FA 4A B 0 2 BD 5F 3E
Octal 100 336 372 112 13 0 2 275 137 76
Binary 1000000 11011110 11111010 1001010 1011 0 10 10111101 1011111 111110

Color Harmonies of #40DEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DEFA

Black with #40DEFA

Text Example


Text Example

White with #40DEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,222,250); }

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

background-color css

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

 a { background-color: rgb(64,222,250); }

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

border-color css

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

 span { border-color: rgb(64,222,250); }

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