Html Css Color HEX #40E3FD Turquoise

📋 copy color: '#40E3FD'

red 64 ◦ green 227 ◦ blue 253

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

Shades of Turquoise #40E3FD

Tints of Turquoise #40E3FD

RGB

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

 GREEN value IS 227 (89.06% from 255) = 41.73%

 BLUE value IS 253 (99.22% from 255) = 46.51%

R = 11.76%
G = 41.73%
B = 46.51%

CMYK

 C value IS 0.75

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#40E3FD (or 0x40E3FD) is known color: Turquoise. HEX triplet: 40, E3 and FD. RGB value is (64,227,253). Sum of RGB (Red+Green+Blue) = 64+227+253=544 (72% of max value = 765). Red value is 64 (25.39% from 255 or 11.76% from 544); Green value is 227 (89.06% from 255 or 41.73% from 544); Blue value is 253 (99.22% from 255 or 46.51% from 544); Max value from RGB is 253 - color contains mainly: blue. Hex color #40E3FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40E3FD is #BF1C02. Grayscale: #B4B4B4. Windows color (decimal): -12524547 or 16638784. OLE color: 16638784.

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

Color convert

RGB 64 227 253 -
CMYK 0.75 0.10 0 0.01
HSL 188.25º 0.98% 0.62% -
HSV(B) 188.25º 0.75% 0.99% -
XYZ 47.31 63.12 102.62 -
YUV 181.23 168.5 44.39 -
System Red Green Blue C M Y K H S L
Decimal 64 227 253 0.75 0.10 0 0.01 188.25 0.98 0.62
Hex 40 E3 FD 4B A 0 1 BC 62 3E
Octal 100 343 375 113 12 0 1 274 142 76
Binary 1000000 11100011 11111101 1001011 1010 0 1 10111100 1100010 111110

Color Harmonies of #40E3FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E3FD

Black with #40E3FD

Text Example


Text Example

White with #40E3FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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