Html Css Color HEX #41DDFB Turquoise Blue

📋 copy color: '#41DDFB'

red 65 ◦ green 221 ◦ blue 251

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

Shades of Turquoise Blue #41DDFB

Tints of Turquoise Blue #41DDFB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.15%

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

R = 12.1%
G = 41.15%
B = 46.74%

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

#41DDFB (or 0x41DDFB) is known color: Turquoise Blue. HEX triplet: 41, DD and FB. RGB value is (65,221,251). Sum of RGB (Red+Green+Blue) = 65+221+251=537 (71% of max value = 765). Red value is 65 (25.78% from 255 or 12.10% from 537); Green value is 221 (86.72% from 255 or 41.15% from 537); Blue value is 251 (98.44% from 255 or 46.74% from 537); Max value from RGB is 251 - color contains mainly: blue. Hex color #41DDFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41DDFB is #BE2204. Grayscale: #B1B1B1. Windows color (decimal): -12460549 or 16506177. OLE color: 16506177.

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

Color convert

RGB 65 221 251 -
CMYK 0.74 0.12 0 0.02
HSL 189.68º 0.96% 0.62% -
HSV(B) 189.68º 0.74% 0.98% -
XYZ 45.45 59.8 100.41 -
YUV 177.78 169.32 47.56 -
System Red Green Blue C M Y K H S L
Decimal 65 221 251 0.74 0.12 0 0.02 189.68 0.96 0.62
Hex 41 DD FB 4A C 0 2 BE 60 3E
Octal 101 335 373 112 14 0 2 276 140 76
Binary 1000001 11011101 11111011 1001010 1100 0 10 10111110 1100000 111110

Color Harmonies of #41DDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DDFB

Black with #41DDFB

Text Example


Text Example

White with #41DDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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