Html Css Color HEX #41E3FD Turquoise Blue

📋 copy color: '#41E3FD'

red 65 ◦ green 227 ◦ blue 253

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

Shades of Turquoise Blue #41E3FD

Tints of Turquoise Blue #41E3FD

RGB

 RED value IS 65 (25.78% from 255) = 11.93%

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

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

R = 11.93%
G = 41.65%
B = 46.42%

CMYK

 C value IS 0.74

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#41E3FD (or 0x41E3FD) is known color: Turquoise Blue. HEX triplet: 41, E3 and FD. RGB value is (65,227,253). Sum of RGB (Red+Green+Blue) = 65+227+253=545 (72% of max value = 765). Red value is 65 (25.78% from 255 or 11.93% from 545); Green value is 227 (89.06% from 255 or 41.65% from 545); Blue value is 253 (99.22% from 255 or 46.42% from 545); Max value from RGB is 253 - color contains mainly: blue. Hex color #41E3FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41E3FD is #BE1C02. Grayscale: #B5B5B5. Windows color (decimal): -12459011 or 16638785. OLE color: 16638785.

HSL color Cylindrical-coordinate representation of color #41E3FD: hue angle of 188.3º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41E3FD is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 65 227 253 -
CMYK 0.74 0.10 0 0.01
HSL 188.3º 0.98% 0.62% -
HSV(B) 188.3º 0.74% 0.99% -
XYZ 47.38 63.15 102.62 -
YUV 181.53 168.33 44.89 -
System Red Green Blue C M Y K H S L
Decimal 65 227 253 0.74 0.10 0 0.01 188.3 0.98 0.62
Hex 41 E3 FD 4A A 0 1 BC 62 3E
Octal 101 343 375 112 12 0 1 274 142 76
Binary 1000001 11100011 11111101 1001010 1010 0 1 10111100 1100010 111110

Color Harmonies of #41E3FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41E3FD

Black with #41E3FD

Text Example


Text Example

White with #41E3FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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