Html Css Color HEX #41CACF Medium Turquoise

📋 copy color: '#41CACF'

red 65 ◦ green 202 ◦ blue 207

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

Shades of Medium Turquoise #41CACF

Tints of Medium Turquoise #41CACF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.62%

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

R = 13.71%
G = 42.62%
B = 43.67%

CMYK

 C value IS 0.69

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#41CACF (or 0x41CACF) is known color: Medium Turquoise. HEX triplet: 41, CA and CF. RGB value is (65,202,207). Sum of RGB (Red+Green+Blue) = 65+202+207=474 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.71% from 474); Green value is 202 (79.30% from 255 or 42.62% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #41CACF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CACF is #BE3530. Grayscale: #A1A1A1. Windows color (decimal): -12465457 or 13617729. OLE color: 13617729.

HSL color Cylindrical-coordinate representation of color #41CACF: hue angle of 182.11º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41CACF is Cyan = 0.69, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 65 202 207 -
CMYK 0.69 0.02 0 0.19
HSL 182.11º 0.6% 0.53% -
HSV(B) 182.11º 0.69% 0.81% -
XYZ 34.56 47.87 66.45 -
YUV 161.61 153.61 59.09 -
System Red Green Blue C M Y K H S L
Decimal 65 202 207 0.69 0.02 0 0.19 182.11 0.6 0.53
Hex 41 CA CF 45 2 0 13 B6 3C 35
Octal 101 312 317 105 2 0 23 266 74 65
Binary 1000001 11001010 11001111 1000101 10 0 10011 10110110 111100 110101

Color Harmonies of #41CACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41CACF

Black with #41CACF

Text Example


Text Example

White with #41CACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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