Html Css Color HEX #41E4FD Turquoise

📋 copy color: '#41E4FD'

red 65 ◦ green 228 ◦ blue 253

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

Shades of Turquoise #41E4FD

Tints of Turquoise #41E4FD

RGB

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

 GREEN value IS 228 (89.45% from 255) = 41.76%

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

R = 11.9%
G = 41.76%
B = 46.34%

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

#41E4FD (or 0x41E4FD) is known color: Turquoise. HEX triplet: 41, E4 and FD. RGB value is (65,228,253). Sum of RGB (Red+Green+Blue) = 65+228+253=546 (72% of max value = 765). Red value is 65 (25.78% from 255 or 11.90% from 546); Green value is 228 (89.45% from 255 or 41.76% from 546); Blue value is 253 (99.22% from 255 or 46.34% from 546); Max value from RGB is 253 - color contains mainly: blue. Hex color #41E4FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41E4FD is #BE1B02. Grayscale: #B5B5B5. Windows color (decimal): -12458755 or 16639041. OLE color: 16639041.

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

Color convert

RGB 65 228 253 -
CMYK 0.74 0.10 0 0.01
HSL 187.98º 0.98% 0.62% -
HSV(B) 187.98º 0.74% 0.99% -
XYZ 47.65 63.7 102.71 -
YUV 182.11 168 44.47 -
System Red Green Blue C M Y K H S L
Decimal 65 228 253 0.74 0.10 0 0.01 187.98 0.98 0.62
Hex 41 E4 FD 4A A 0 1 BC 62 3E
Octal 101 344 375 112 12 0 1 274 142 76
Binary 1000001 11100100 11111101 1001010 1010 0 1 10111100 1100010 111110

Color Harmonies of #41E4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41E4FD

Black with #41E4FD

Text Example


Text Example

White with #41E4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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