Html Css Color HEX #41DBFE Turquoise Blue

📋 copy color: '#41DBFE'

red 65 ◦ green 219 ◦ blue 254

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

Shades of Turquoise Blue #41DBFE

Tints of Turquoise Blue #41DBFE

RGB

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

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

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

R = 12.08%
G = 40.71%
B = 47.21%

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

#41DBFE (or 0x41DBFE) is known color: Turquoise Blue. HEX triplet: 41, DB and FE. RGB value is (65,219,254). Sum of RGB (Red+Green+Blue) = 65+219+254=538 (71% of max value = 765). Red value is 65 (25.78% from 255 or 12.08% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #41DBFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41DBFE is #BE2401. Grayscale: #B0B0B0. Windows color (decimal): -12461058 or 16702273. OLE color: 16702273.

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

Color convert

RGB 65 219 254 -
CMYK 0.74 0.14 0 0.00
HSL 191.11º 0.99% 0.63% -
HSV(B) 191.11º 0.74% 1% -
XYZ 45.4 58.94 102.75 -
YUV 176.94 171.48 48.15 -
System Red Green Blue C M Y K H S L
Decimal 65 219 254 0.74 0.14 0 0.00 191.11 0.99 0.63
Hex 41 DB FE 4A E 0 0 BF 63 3F
Octal 101 333 376 112 16 0 0 277 143 77
Binary 1000001 11011011 11111110 1001010 1110 0 0 10111111 1100011 111111

Color Harmonies of #41DBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DBFE

Black with #41DBFE

Text Example


Text Example

White with #41DBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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