Html Css Color HEX #41DCF4 Turquoise

📋 copy color: '#41DCF4'

red 65 ◦ green 220 ◦ blue 244

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

Shades of Turquoise #41DCF4

Tints of Turquoise #41DCF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 46.12%

R = 12.29%
G = 41.59%
B = 46.12%

CMYK

 C value IS 0.73

 M value IS 0.10

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#41DCF4 (or 0x41DCF4) is known color: Turquoise. HEX triplet: 41, DC and F4. RGB value is (65,220,244). Sum of RGB (Red+Green+Blue) = 65+220+244=529 (70% of max value = 765). Red value is 65 (25.78% from 255 or 12.29% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 244 (95.70% from 255 or 46.12% from 529); Max value from RGB is 244 - color contains mainly: blue. Hex color #41DCF4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41DCF4 is #BE230B. Grayscale: #B0B0B0. Windows color (decimal): -12460812 or 16047169. OLE color: 16047169.

HSL color Cylindrical-coordinate representation of color #41DCF4: hue angle of 188.04º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41DCF4 is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 65 220 244 -
CMYK 0.73 0.10 0 0.04
HSL 188.04º 0.89% 0.61% -
HSV(B) 188.04º 0.73% 0.96% -
XYZ 44.1 58.84 94.62 -
YUV 176.39 166.15 48.55 -
System Red Green Blue C M Y K H S L
Decimal 65 220 244 0.73 0.10 0 0.04 188.04 0.89 0.61
Hex 41 DC F4 49 A 0 4 BC 59 3D
Octal 101 334 364 111 12 0 4 274 131 75
Binary 1000001 11011100 11110100 1001001 1010 0 100 10111100 1011001 111101

Color Harmonies of #41DCF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DCF4

Black with #41DCF4

Text Example


Text Example

White with #41DCF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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