Html Css Color HEX #41DAFE Turquoise Blue

📋 copy color: '#41DAFE'

red 65 ◦ green 218 ◦ blue 254

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

Shades of Turquoise Blue #41DAFE

Tints of Turquoise Blue #41DAFE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.6%

 BLUE value IS 254 (99.61% from 255) = 47.3%

R = 12.1%
G = 40.6%
B = 47.3%

CMYK

 C value IS 0.74

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#41DAFE (or 0x41DAFE) is known color: Turquoise Blue. HEX triplet: 41, DA and FE. RGB value is (65,218,254). Sum of RGB (Red+Green+Blue) = 65+218+254=537 (71% of max value = 765). Red value is 65 (25.78% from 255 or 12.10% from 537); Green value is 218 (85.55% from 255 or 40.60% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #41DAFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41DAFE is #BE2501. Grayscale: #B0B0B0. Windows color (decimal): -12461314 or 16702017. OLE color: 16702017.

HSL color Cylindrical-coordinate representation of color #41DAFE: hue angle of 191.43º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41DAFE is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 65 218 254 -
CMYK 0.74 0.14 0 0.00
HSL 191.43º 0.99% 0.63% -
HSV(B) 191.43º 0.74% 1% -
XYZ 45.14 58.42 102.66 -
YUV 176.36 171.81 48.57 -
System Red Green Blue C M Y K H S L
Decimal 65 218 254 0.74 0.14 0 0.00 191.43 0.99 0.63
Hex 41 DA FE 4A E 0 0 BF 63 3F
Octal 101 332 376 112 16 0 0 277 143 77
Binary 1000001 11011010 11111110 1001010 1110 0 0 10111111 1100011 111111

Color Harmonies of #41DAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DAFE

Black with #41DAFE

Text Example


Text Example

White with #41DAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,218,254); }

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

background-color css

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

 a { background-color: rgb(65,218,254); }

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

border-color css

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

 span { border-color: rgb(65,218,254); }

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