Html Css Color HEX #41F9F0 Turquoise

📋 copy color: '#41F9F0'

red 65 ◦ green 249 ◦ blue 240

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

Shades of Turquoise #41F9F0

Tints of Turquoise #41F9F0

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.95%

 BLUE value IS 240 (94.14% from 255) = 43.32%

R = 11.73%
G = 44.95%
B = 43.32%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#41F9F0 (or 0x41F9F0) is known color: Turquoise. HEX triplet: 41, F9 and F0. RGB value is (65,249,240). Sum of RGB (Red+Green+Blue) = 65+249+240=554 (73% of max value = 765). Red value is 65 (25.78% from 255 or 11.73% from 554); Green value is 249 (97.66% from 255 or 44.95% from 554); Blue value is 240 (94.14% from 255 or 43.32% from 554); Max value from RGB is 249 - color contains mainly: green. Hex color #41F9F0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41F9F0 is #BE060F. Grayscale: #C0C0C0. Windows color (decimal): -12453392 or 15792449. OLE color: 15792449.

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

Color convert

RGB 65 249 240 -
CMYK 0.74 0 0.04 0.02
HSL 177.07º 0.94% 0.62% -
HSV(B) 177.07º 0.74% 0.98% -
XYZ 51.78 75.17 94.22 -
YUV 192.96 154.54 36.73 -
System Red Green Blue C M Y K H S L
Decimal 65 249 240 0.74 0 0.04 0.02 177.07 0.94 0.62
Hex 41 F9 F0 4A 0 4 2 B1 5E 3E
Octal 101 371 360 112 0 4 2 261 136 76
Binary 1000001 11111001 11110000 1001010 0 100 10 10110001 1011110 111110

Color Harmonies of #41F9F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41F9F0

Black with #41F9F0

Text Example


Text Example

White with #41F9F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,249,240); }

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

background-color css

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

 a { background-color: rgb(65,249,240); }

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

border-color css

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

 span { border-color: rgb(65,249,240); }

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