Html Css Color HEX #41ECCF Turquoise

📋 copy color: '#41ECCF'

red 65 ◦ green 236 ◦ blue 207

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

Shades of Turquoise #41ECCF

Tints of Turquoise #41ECCF

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46.46%

 BLUE value IS 207 (81.25% from 255) = 40.75%

R = 12.8%
G = 46.46%
B = 40.75%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#41ECCF (or 0x41ECCF) is known color: Turquoise. HEX triplet: 41, EC and CF. RGB value is (65,236,207). Sum of RGB (Red+Green+Blue) = 65+236+207=508 (67% of max value = 765). Red value is 65 (25.78% from 255 or 12.80% from 508); Green value is 236 (92.58% from 255 or 46.46% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 236 - color contains mainly: green. Hex color #41ECCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41ECCF is #BE1330. Grayscale: #B5B5B5. Windows color (decimal): -12456753 or 13626433. OLE color: 13626433.

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

Color convert

RGB 65 236 207 -
CMYK 0.72 0 0.12 0.07
HSL 169.82º 0.82% 0.59% -
HSV(B) 169.82º 0.72% 0.93% -
XYZ 43.44 65.62 69.41 -
YUV 181.57 142.35 44.86 -
System Red Green Blue C M Y K H S L
Decimal 65 236 207 0.72 0 0.12 0.07 169.82 0.82 0.59
Hex 41 EC CF 48 0 C 7 AA 52 3B
Octal 101 354 317 110 0 14 7 252 122 73
Binary 1000001 11101100 11001111 1001000 0 1100 111 10101010 1010010 111011

Color Harmonies of #41ECCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41ECCF

Black with #41ECCF

Text Example


Text Example

White with #41ECCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,236,207); }

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

background-color css

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

 a { background-color: rgb(65,236,207); }

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

border-color css

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

 span { border-color: rgb(65,236,207); }

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