Html Css Color HEX #41DBFB Turquoise Blue

📋 copy color: '#41DBFB'

red 65 ◦ green 219 ◦ blue 251

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

Shades of Turquoise Blue #41DBFB

Tints of Turquoise Blue #41DBFB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.93%

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

R = 12.15%
G = 40.93%
B = 46.92%

CMYK

 C value IS 0.74

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#41DBFB (or 0x41DBFB) is known color: Turquoise Blue. HEX triplet: 41, DB and FB. RGB value is (65,219,251). Sum of RGB (Red+Green+Blue) = 65+219+251=535 (70% of max value = 765). Red value is 65 (25.78% from 255 or 12.15% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 251 (98.44% from 255 or 46.92% from 535); Max value from RGB is 251 - color contains mainly: blue. Hex color #41DBFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41DBFB is #BE2404. Grayscale: #B0B0B0. Windows color (decimal): -12461061 or 16505665. OLE color: 16505665.

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

Color convert

RGB 65 219 251 -
CMYK 0.74 0.13 0 0.02
HSL 190.32º 0.96% 0.62% -
HSV(B) 190.32º 0.74% 0.98% -
XYZ 44.92 58.75 100.24 -
YUV 176.6 169.98 48.4 -
System Red Green Blue C M Y K H S L
Decimal 65 219 251 0.74 0.13 0 0.02 190.32 0.96 0.62
Hex 41 DB FB 4A D 0 2 BE 60 3E
Octal 101 333 373 112 15 0 2 276 140 76
Binary 1000001 11011011 11111011 1001010 1101 0 10 10111110 1100000 111110

Color Harmonies of #41DBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DBFB

Black with #41DBFB

Text Example


Text Example

White with #41DBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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