Html Css Color HEX #41FAF5 Turquoise

📋 copy color: '#41FAF5'

red 65 ◦ green 250 ◦ blue 245

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

Shades of Turquoise #41FAF5

Tints of Turquoise #41FAF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 43.75%

R = 11.61%
G = 44.64%
B = 43.75%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#41FAF5 (or 0x41FAF5) is known color: Turquoise. HEX triplet: 41, FA and F5. RGB value is (65,250,245). Sum of RGB (Red+Green+Blue) = 65+250+245=560 (74% of max value = 765). Red value is 65 (25.78% from 255 or 11.61% from 560); Green value is 250 (98.05% from 255 or 44.64% from 560); Blue value is 245 (96.09% from 255 or 43.75% from 560); Max value from RGB is 250 - color contains mainly: green. Hex color #41FAF5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41FAF5 is #BE050A. Grayscale: #C1C1C1. Windows color (decimal): -12453131 or 16120385. OLE color: 16120385.

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

Color convert

RGB 65 250 245 -
CMYK 0.74 0 0.02 0.02
HSL 178.38º 0.95% 0.62% -
HSV(B) 178.38º 0.74% 0.98% -
XYZ 52.85 76.09 98.29 -
YUV 194.12 156.71 35.91 -
System Red Green Blue C M Y K H S L
Decimal 65 250 245 0.74 0 0.02 0.02 178.38 0.95 0.62
Hex 41 FA F5 4A 0 2 2 B2 5F 3E
Octal 101 372 365 112 0 2 2 262 137 76
Binary 1000001 11111010 11110101 1001010 0 10 10 10110010 1011111 111110

Color Harmonies of #41FAF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41FAF5

Black with #41FAF5

Text Example


Text Example

White with #41FAF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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