Html Css Color HEX #41D5EF Turquoise

📋 copy color: '#41D5EF'

red 65 ◦ green 213 ◦ blue 239

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

Shades of Turquoise #41D5EF

Tints of Turquoise #41D5EF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.2%

 BLUE value IS 239 (93.75% from 255) = 46.23%

R = 12.57%
G = 41.2%
B = 46.23%

CMYK

 C value IS 0.73

 M value IS 0.11

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#41D5EF (or 0x41D5EF) is known color: Turquoise. HEX triplet: 41, D5 and EF. RGB value is (65,213,239). Sum of RGB (Red+Green+Blue) = 65+213+239=517 (68% of max value = 765). Red value is 65 (25.78% from 255 or 12.57% from 517); Green value is 213 (83.59% from 255 or 41.20% from 517); Blue value is 239 (93.75% from 255 or 46.23% from 517); Max value from RGB is 239 - color contains mainly: blue. Hex color #41D5EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41D5EF is #BE2A10. Grayscale: #ABABAB. Windows color (decimal): -12462609 or 15717697. OLE color: 15717697.

HSL color Cylindrical-coordinate representation of color #41D5EF: hue angle of 188.97º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41D5EF is Cyan = 0.73, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 65 213 239 -
CMYK 0.73 0.11 0 0.06
HSL 188.97º 0.84% 0.6% -
HSV(B) 188.97º 0.73% 0.94% -
XYZ 41.55 54.94 90.08 -
YUV 171.71 165.97 51.89 -
System Red Green Blue C M Y K H S L
Decimal 65 213 239 0.73 0.11 0 0.06 188.97 0.84 0.6
Hex 41 D5 EF 49 B 0 6 BD 54 3C
Octal 101 325 357 111 13 0 6 275 124 74
Binary 1000001 11010101 11101111 1001001 1011 0 110 10111101 1010100 111100

Color Harmonies of #41D5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41D5EF

Black with #41D5EF

Text Example


Text Example

White with #41D5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,213,239); }

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

background-color css

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

 a { background-color: rgb(65,213,239); }

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

border-color css

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

 span { border-color: rgb(65,213,239); }

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