Html Css Color HEX #41DCFB Turquoise Blue

📋 copy color: '#41DCFB'

red 65 ◦ green 220 ◦ blue 251

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

Shades of Turquoise Blue #41DCFB

Tints of Turquoise Blue #41DCFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 46.83%

R = 12.13%
G = 41.04%
B = 46.83%

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

#41DCFB (or 0x41DCFB) is known color: Turquoise Blue. HEX triplet: 41, DC and FB. RGB value is (65,220,251). Sum of RGB (Red+Green+Blue) = 65+220+251=536 (70% of max value = 765). Red value is 65 (25.78% from 255 or 12.13% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 251 (98.44% from 255 or 46.83% from 536); Max value from RGB is 251 - color contains mainly: blue. Hex color #41DCFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41DCFB is #BE2304. Grayscale: #B0B0B0. Windows color (decimal): -12460805 or 16505921. OLE color: 16505921.

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

Color convert

RGB 65 220 251 -
CMYK 0.74 0.12 0 0.02
HSL 190º 0.96% 0.62% -
HSV(B) 190º 0.74% 0.98% -
XYZ 45.19 59.28 100.33 -
YUV 177.19 169.65 47.98 -
System Red Green Blue C M Y K H S L
Decimal 65 220 251 0.74 0.12 0 0.02 190 0.96 0.62
Hex 41 DC FB 4A C 0 2 BE 60 3E
Octal 101 334 373 112 14 0 2 276 140 76
Binary 1000001 11011100 11111011 1001010 1100 0 10 10111110 1100000 111110

Color Harmonies of #41DCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DCFB

Black with #41DCFB

Text Example


Text Example

White with #41DCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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