Html Css Color HEX #41DDFD Turquoise Blue

📋 copy color: '#41DDFD'

red 65 ◦ green 221 ◦ blue 253

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

Shades of Turquoise Blue #41DDFD

Tints of Turquoise Blue #41DDFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.94%

R = 12.06%
G = 41%
B = 46.94%

CMYK

 C value IS 0.74

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#41DDFD (or 0x41DDFD) is known color: Turquoise Blue. HEX triplet: 41, DD and FD. RGB value is (65,221,253). Sum of RGB (Red+Green+Blue) = 65+221+253=539 (71% of max value = 765). Red value is 65 (25.78% from 255 or 12.06% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 253 (99.22% from 255 or 46.94% from 539); Max value from RGB is 253 - color contains mainly: blue. Hex color #41DDFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41DDFD is #BE2202. Grayscale: #B1B1B1. Windows color (decimal): -12460547 or 16637249. OLE color: 16637249.

HSL color Cylindrical-coordinate representation of color #41DDFD: hue angle of 190.21º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41DDFD is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 65 221 253 -
CMYK 0.74 0.13 0 0.01
HSL 190.21º 0.98% 0.62% -
HSV(B) 190.21º 0.74% 0.99% -
XYZ 45.77 59.93 102.08 -
YUV 178 170.32 47.4 -
System Red Green Blue C M Y K H S L
Decimal 65 221 253 0.74 0.13 0 0.01 190.21 0.98 0.62
Hex 41 DD FD 4A D 0 1 BE 62 3E
Octal 101 335 375 112 15 0 1 276 142 76
Binary 1000001 11011101 11111101 1001010 1101 0 1 10111110 1100010 111110

Color Harmonies of #41DDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DDFD

Black with #41DDFD

Text Example


Text Example

White with #41DDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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