Html Css Color HEX #41EBDF Turquoise

📋 copy color: '#41EBDF'

red 65 ◦ green 235 ◦ blue 223

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

Shades of Turquoise #41EBDF

Tints of Turquoise #41EBDF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.93%

 BLUE value IS 223 (87.5% from 255) = 42.64%

R = 12.43%
G = 44.93%
B = 42.64%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#41EBDF (or 0x41EBDF) is known color: Turquoise. HEX triplet: 41, EB and DF. RGB value is (65,235,223). Sum of RGB (Red+Green+Blue) = 65+235+223=523 (69% of max value = 765). Red value is 65 (25.78% from 255 or 12.43% from 523); Green value is 235 (92.19% from 255 or 44.93% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 235 - color contains mainly: green. Hex color #41EBDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41EBDF is #BE1420. Grayscale: #B6B6B6. Windows color (decimal): -12456993 or 14674753. OLE color: 14674753.

HSL color Cylindrical-coordinate representation of color #41EBDF: hue angle of 175.76º degrees, saturation: 0.81, 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 #41EBDF is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 65 235 223 -
CMYK 0.72 0 0.05 0.08
HSL 175.76º 0.81% 0.59% -
HSV(B) 175.76º 0.72% 0.92% -
XYZ 45.21 65.87 80.14 -
YUV 182.8 150.68 43.98 -
System Red Green Blue C M Y K H S L
Decimal 65 235 223 0.72 0 0.05 0.08 175.76 0.81 0.59
Hex 41 EB DF 48 0 5 8 B0 51 3B
Octal 101 353 337 110 0 5 10 260 121 73
Binary 1000001 11101011 11011111 1001000 0 101 1000 10110000 1010001 111011

Color Harmonies of #41EBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41EBDF

Black with #41EBDF

Text Example


Text Example

White with #41EBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,235,223); }

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

background-color css

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

 a { background-color: rgb(65,235,223); }

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

border-color css

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

 span { border-color: rgb(65,235,223); }

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