Html Css Color HEX #41FADB Turquoise

📋 copy color: '#41FADB'

red 65 ◦ green 250 ◦ blue 219

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

Shades of Turquoise #41FADB

Tints of Turquoise #41FADB

RGB

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

 GREEN value IS 250 (98.05% from 255) = 46.82%

 BLUE value IS 219 (85.94% from 255) = 41.01%

R = 12.17%
G = 46.82%
B = 41.01%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#41FADB (or 0x41FADB) is known color: Turquoise. HEX triplet: 41, FA and DB. RGB value is (65,250,219). Sum of RGB (Red+Green+Blue) = 65+250+219=534 (70% of max value = 765). Red value is 65 (25.78% from 255 or 12.17% from 534); Green value is 250 (98.05% from 255 or 46.82% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 250 - color contains mainly: green. Hex color #41FADB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FADB is #BE0524. Grayscale: #BFBFBF. Windows color (decimal): -12453157 or 14416449. OLE color: 14416449.

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

Color convert

RGB 65 250 219 -
CMYK 0.74 0 0.12 0.02
HSL 169.95º 0.95% 0.62% -
HSV(B) 169.95º 0.74% 0.98% -
XYZ 49.15 74.61 78.83 -
YUV 191.15 143.71 38.02 -
System Red Green Blue C M Y K H S L
Decimal 65 250 219 0.74 0 0.12 0.02 169.95 0.95 0.62
Hex 41 FA DB 4A 0 C 2 AA 5F 3E
Octal 101 372 333 112 0 14 2 252 137 76
Binary 1000001 11111010 11011011 1001010 0 1100 10 10101010 1011111 111110

Color Harmonies of #41FADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41FADB

Black with #41FADB

Text Example


Text Example

White with #41FADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,250,219); }

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

background-color css

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

 a { background-color: rgb(65,250,219); }

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

border-color css

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

 span { border-color: rgb(65,250,219); }

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