Html Css Color HEX #41FAD2 Turquoise

📋 copy color: '#41FAD2'

red 65 ◦ green 250 ◦ blue 210

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

Shades of Turquoise #41FAD2

Tints of Turquoise #41FAD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 40%

R = 12.38%
G = 47.62%
B = 40%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#41FAD2 (or 0x41FAD2) is known color: Turquoise. HEX triplet: 41, FA and D2. RGB value is (65,250,210). Sum of RGB (Red+Green+Blue) = 65+250+210=525 (69% of max value = 765). Red value is 65 (25.78% from 255 or 12.38% from 525); Green value is 250 (98.05% from 255 or 47.62% from 525); Blue value is 210 (82.42% from 255 or 40% from 525); Max value from RGB is 250 - color contains mainly: green. Hex color #41FAD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FAD2 is #BE052D. Grayscale: #BEBEBE. Windows color (decimal): -12453166 or 13826625. OLE color: 13826625.

HSL color Cylindrical-coordinate representation of color #41FAD2: hue angle of 167.03º 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 #41FAD2 is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 65 250 210 -
CMYK 0.74 0 0.16 0.02
HSL 167.03º 0.95% 0.62% -
HSV(B) 167.03º 0.74% 0.98% -
XYZ 48 74.15 72.76 -
YUV 190.13 139.21 38.75 -
System Red Green Blue C M Y K H S L
Decimal 65 250 210 0.74 0 0.16 0.02 167.03 0.95 0.62
Hex 41 FA D2 4A 0 10 2 A7 5F 3E
Octal 101 372 322 112 0 20 2 247 137 76
Binary 1000001 11111010 11010010 1001010 0 10000 10 10100111 1011111 111110

Color Harmonies of #41FAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41FAD2

Black with #41FAD2

Text Example


Text Example

White with #41FAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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