Html Css Color HEX #41DDFF Turquoise Blue

📋 copy color: '#41DDFF'

red 65 ◦ green 221 ◦ blue 255

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

Shades of Turquoise Blue #41DDFF

Tints of Turquoise Blue #41DDFF

RGB

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

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

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

R = 12.01%
G = 40.85%
B = 47.13%

CMYK

 C value IS 0.75

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#41DDFF (or 0x41DDFF) is known color: Turquoise Blue. HEX triplet: 41, DD and FF. RGB value is (65,221,255). Sum of RGB (Red+Green+Blue) = 65+221+255=541 (71% of max value = 765). Red value is 65 (25.78% from 255 or 12.01% from 541); Green value is 221 (86.72% from 255 or 40.85% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #41DDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41DDFF is #BE2200. Grayscale: #B1B1B1. Windows color (decimal): -12460545 or 16768321. OLE color: 16768321.

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

Color convert

RGB 65 221 255 -
CMYK 0.75 0.13 0 0
HSL 190.74º 1% 0.63% -
HSV(B) 190.74º 0.75% 1% -
XYZ 46.09 60.06 103.77 -
YUV 178.23 171.32 47.24 -
System Red Green Blue C M Y K H S L
Decimal 65 221 255 0.75 0.13 0 0 190.74 1 0.63
Hex 41 DD FF 4B D 0 0 BF 64 3F
Octal 101 335 377 113 15 0 0 277 144 77
Binary 1000001 11011101 11111111 1001011 1101 0 0 10111111 1100100 111111

Color Harmonies of #41DDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DDFF

Black with #41DDFF

Text Example


Text Example

White with #41DDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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