Html Css Color HEX #41EAF5 Turquoise

📋 copy color: '#41EAF5'

red 65 ◦ green 234 ◦ blue 245

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

Shades of Turquoise #41EAF5

Tints of Turquoise #41EAF5

RGB

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

 GREEN value IS 234 (91.8% from 255) = 43.01%

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

R = 11.95%
G = 43.01%
B = 45.04%

CMYK

 C value IS 0.73

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#41EAF5 (or 0x41EAF5) is known color: Turquoise. HEX triplet: 41, EA and F5. RGB value is (65,234,245). Sum of RGB (Red+Green+Blue) = 65+234+245=544 (72% of max value = 765). Red value is 65 (25.78% from 255 or 11.95% from 544); Green value is 234 (91.80% from 255 or 43.01% from 544); Blue value is 245 (96.09% from 255 or 45.04% from 544); Max value from RGB is 245 - color contains mainly: blue. Hex color #41EAF5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41EAF5 is #BE150A. Grayscale: #B8B8B8. Windows color (decimal): -12457227 or 16116289. OLE color: 16116289.

HSL color Cylindrical-coordinate representation of color #41EAF5: hue angle of 183.67º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41EAF5 is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 65 234 245 -
CMYK 0.73 0.04 0 0.04
HSL 183.67º 0.9% 0.61% -
HSV(B) 183.67º 0.73% 0.96% -
XYZ 48.08 66.56 96.7 -
YUV 184.72 162.01 42.61 -
System Red Green Blue C M Y K H S L
Decimal 65 234 245 0.73 0.04 0 0.04 183.67 0.9 0.61
Hex 41 EA F5 49 4 0 4 B8 5A 3D
Octal 101 352 365 111 4 0 4 270 132 75
Binary 1000001 11101010 11110101 1001001 100 0 100 10111000 1011010 111101

Color Harmonies of #41EAF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41EAF5

Black with #41EAF5

Text Example


Text Example

White with #41EAF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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