Html Css Color HEX #41D7EA Turquoise

📋 copy color: '#41D7EA'

red 65 ◦ green 215 ◦ blue 234

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

Shades of Turquoise #41D7EA

Tints of Turquoise #41D7EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.53%

R = 12.65%
G = 41.83%
B = 45.53%

CMYK

 C value IS 0.72

 M value IS 0.08

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#41D7EA (or 0x41D7EA) is known color: Turquoise. HEX triplet: 41, D7 and EA. RGB value is (65,215,234). Sum of RGB (Red+Green+Blue) = 65+215+234=514 (68% of max value = 765). Red value is 65 (25.78% from 255 or 12.65% from 514); Green value is 215 (84.38% from 255 or 41.83% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 234 - color contains mainly: blue. Hex color #41D7EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41D7EA is #BE2815. Grayscale: #ACACAC. Windows color (decimal): -12462102 or 15390529. OLE color: 15390529.

HSL color Cylindrical-coordinate representation of color #41D7EA: hue angle of 186.75º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41D7EA is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 65 215 234 -
CMYK 0.72 0.08 0 0.08
HSL 186.75º 0.8% 0.59% -
HSV(B) 186.75º 0.72% 0.92% -
XYZ 41.33 55.67 86.41 -
YUV 172.32 162.81 51.46 -
System Red Green Blue C M Y K H S L
Decimal 65 215 234 0.72 0.08 0 0.08 186.75 0.8 0.59
Hex 41 D7 EA 48 8 0 8 BB 50 3B
Octal 101 327 352 110 10 0 10 273 120 73
Binary 1000001 11010111 11101010 1001000 1000 0 1000 10111011 1010000 111011

Color Harmonies of #41D7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41D7EA

Black with #41D7EA

Text Example


Text Example

White with #41D7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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