Html Css Color HEX #41EDDF Turquoise

📋 copy color: '#41EDDF'

red 65 ◦ green 237 ◦ blue 223

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

Shades of Turquoise #41EDDF

Tints of Turquoise #41EDDF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.14%

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

R = 12.38%
G = 45.14%
B = 42.48%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#41EDDF (or 0x41EDDF) is known color: Turquoise. HEX triplet: 41, ED and DF. RGB value is (65,237,223). Sum of RGB (Red+Green+Blue) = 65+237+223=525 (69% of max value = 765). Red value is 65 (25.78% from 255 or 12.38% from 525); Green value is 237 (92.97% from 255 or 45.14% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 237 - color contains mainly: green. Hex color #41EDDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41EDDF is #BE1220. Grayscale: #B7B7B7. Windows color (decimal): -12456481 or 14675265. OLE color: 14675265.

HSL color Cylindrical-coordinate representation of color #41EDDF: hue angle of 175.12º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41EDDF is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 65 237 223 -
CMYK 0.73 0 0.06 0.07
HSL 175.12º 0.83% 0.59% -
HSV(B) 175.12º 0.73% 0.93% -
XYZ 45.78 67.02 80.34 -
YUV 183.98 150.02 43.14 -
System Red Green Blue C M Y K H S L
Decimal 65 237 223 0.73 0 0.06 0.07 175.12 0.83 0.59
Hex 41 ED DF 49 0 6 7 AF 53 3B
Octal 101 355 337 111 0 6 7 257 123 73
Binary 1000001 11101101 11011111 1001001 0 110 111 10101111 1010011 111011

Color Harmonies of #41EDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41EDDF

Black with #41EDDF

Text Example


Text Example

White with #41EDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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