Html Css Color HEX #41DCFF Turquoise Blue

📋 copy color: '#41DCFF'

red 65 ◦ green 220 ◦ blue 255

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

Shades of Turquoise Blue #41DCFF

Tints of Turquoise Blue #41DCFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.22%

R = 12.04%
G = 40.74%
B = 47.22%

CMYK

 C value IS 0.75

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#41DCFF (or 0x41DCFF) is known color: Turquoise Blue. HEX triplet: 41, DC and FF. RGB value is (65,220,255). Sum of RGB (Red+Green+Blue) = 65+220+255=540 (71% of max value = 765). Red value is 65 (25.78% from 255 or 12.04% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #41DCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41DCFF is #BE2300. Grayscale: #B1B1B1. Windows color (decimal): -12460801 or 16768065. OLE color: 16768065.

HSL color Cylindrical-coordinate representation of color #41DCFF: hue angle of 191.05º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41DCFF is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 65 220 255 -
CMYK 0.75 0.14 0 0
HSL 191.05º 1% 0.63% -
HSV(B) 191.05º 0.75% 1% -
XYZ 45.82 59.53 103.68 -
YUV 177.65 171.65 47.65 -
System Red Green Blue C M Y K H S L
Decimal 65 220 255 0.75 0.14 0 0 191.05 1 0.63
Hex 41 DC FF 4B E 0 0 BF 64 3F
Octal 101 334 377 113 16 0 0 277 144 77
Binary 1000001 11011100 11111111 1001011 1110 0 0 10111111 1100100 111111

Color Harmonies of #41DCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DCFF

Black with #41DCFF

Text Example


Text Example

White with #41DCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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