Html Css Color HEX #41DCFA Turquoise Blue

📋 copy color: '#41DCFA'

red 65 ◦ green 220 ◦ blue 250

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

Shades of Turquoise Blue #41DCFA

Tints of Turquoise Blue #41DCFA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.12%

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

R = 12.15%
G = 41.12%
B = 46.73%

CMYK

 C value IS 0.74

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#41DCFA (or 0x41DCFA) is known color: Turquoise Blue. HEX triplet: 41, DC and FA. RGB value is (65,220,250). Sum of RGB (Red+Green+Blue) = 65+220+250=535 (70% of max value = 765). Red value is 65 (25.78% from 255 or 12.15% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #41DCFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41DCFA is #BE2305. Grayscale: #B0B0B0. Windows color (decimal): -12460806 or 16440385. OLE color: 16440385.

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

Color convert

RGB 65 220 250 -
CMYK 0.74 0.12 0 0.02
HSL 189.73º 0.95% 0.62% -
HSV(B) 189.73º 0.74% 0.98% -
XYZ 45.03 59.21 99.5 -
YUV 177.08 169.15 48.06 -
System Red Green Blue C M Y K H S L
Decimal 65 220 250 0.74 0.12 0 0.02 189.73 0.95 0.62
Hex 41 DC FA 4A C 0 2 BE 5F 3E
Octal 101 334 372 112 14 0 2 276 137 76
Binary 1000001 11011100 11111010 1001010 1100 0 10 10111110 1011111 111110

Color Harmonies of #41DCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DCFA

Black with #41DCFA

Text Example


Text Example

White with #41DCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,220,250); }

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

background-color css

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

 a { background-color: rgb(65,220,250); }

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

border-color css

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

 span { border-color: rgb(65,220,250); }

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