Html Css Color HEX #41D7E9 Turquoise

📋 copy color: '#41D7E9'

red 65 ◦ green 215 ◦ blue 233

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

Shades of Turquoise #41D7E9

Tints of Turquoise #41D7E9

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.91%

 BLUE value IS 233 (91.41% from 255) = 45.42%

R = 12.67%
G = 41.91%
B = 45.42%

CMYK

 C value IS 0.72

 M value IS 0.08

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#41D7E9 (or 0x41D7E9) is known color: Turquoise. HEX triplet: 41, D7 and E9. RGB value is (65,215,233). Sum of RGB (Red+Green+Blue) = 65+215+233=513 (67% of max value = 765). Red value is 65 (25.78% from 255 or 12.67% from 513); Green value is 215 (84.38% from 255 or 41.91% from 513); Blue value is 233 (91.41% from 255 or 45.42% from 513); Max value from RGB is 233 - color contains mainly: blue. Hex color #41D7E9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41D7E9 is #BE2816. Grayscale: #ABABAB. Windows color (decimal): -12462103 or 15324993. OLE color: 15324993.

HSL color Cylindrical-coordinate representation of color #41D7E9: hue angle of 186.43º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41D7E9 is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 65 215 233 -
CMYK 0.72 0.08 0 0.09
HSL 186.43º 0.79% 0.58% -
HSV(B) 186.43º 0.72% 0.91% -
XYZ 41.19 55.61 85.65 -
YUV 172.2 162.31 51.54 -
System Red Green Blue C M Y K H S L
Decimal 65 215 233 0.72 0.08 0 0.09 186.43 0.79 0.58
Hex 41 D7 E9 48 8 0 9 BA 4F 3A
Octal 101 327 351 110 10 0 11 272 117 72
Binary 1000001 11010111 11101001 1001000 1000 0 1001 10111010 1001111 111010

Color Harmonies of #41D7E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41D7E9

Black with #41D7E9

Text Example


Text Example

White with #41D7E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,215,233); }

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

background-color css

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

 a { background-color: rgb(65,215,233); }

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

border-color css

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

 span { border-color: rgb(65,215,233); }

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