Html Css Color HEX #41DCF8 Turquoise

📋 copy color: '#41DCF8'

red 65 ◦ green 220 ◦ blue 248

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

Shades of Turquoise #41DCF8

Tints of Turquoise #41DCF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 46.53%

R = 12.2%
G = 41.28%
B = 46.53%

CMYK

 C value IS 0.74

 M value IS 0.11

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#41DCF8 (or 0x41DCF8) is known color: Turquoise. HEX triplet: 41, DC and F8. RGB value is (65,220,248). Sum of RGB (Red+Green+Blue) = 65+220+248=533 (70% of max value = 765). Red value is 65 (25.78% from 255 or 12.20% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 248 (97.27% from 255 or 46.53% from 533); Max value from RGB is 248 - color contains mainly: blue. Hex color #41DCF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41DCF8 is #BE2307. Grayscale: #B0B0B0. Windows color (decimal): -12460808 or 16309313. OLE color: 16309313.

HSL color Cylindrical-coordinate representation of color #41DCF8: hue angle of 189.18º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41DCF8 is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 65 220 248 -
CMYK 0.74 0.11 0 0.03
HSL 189.18º 0.93% 0.61% -
HSV(B) 189.18º 0.74% 0.97% -
XYZ 44.72 59.09 97.86 -
YUV 176.85 168.15 48.22 -
System Red Green Blue C M Y K H S L
Decimal 65 220 248 0.74 0.11 0 0.03 189.18 0.93 0.61
Hex 41 DC F8 4A B 0 3 BD 5D 3D
Octal 101 334 370 112 13 0 3 275 135 75
Binary 1000001 11011100 11111000 1001010 1011 0 11 10111101 1011101 111101

Color Harmonies of #41DCF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DCF8

Black with #41DCF8

Text Example


Text Example

White with #41DCF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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