Html Css Color HEX #41C3CF Medium Turquoise

📋 copy color: '#41C3CF'

red 65 ◦ green 195 ◦ blue 207

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

Shades of Medium Turquoise #41C3CF

Tints of Medium Turquoise #41C3CF

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.76%

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

R = 13.92%
G = 41.76%
B = 44.33%

CMYK

 C value IS 0.69

 M value IS 0.06

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#41C3CF (or 0x41C3CF) is known color: Medium Turquoise. HEX triplet: 41, C3 and CF. RGB value is (65,195,207). Sum of RGB (Red+Green+Blue) = 65+195+207=467 (61% of max value = 765). Red value is 65 (25.78% from 255 or 13.92% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #41C3CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41C3CF is #BE3C30. Grayscale: #9D9D9D. Windows color (decimal): -12467249 or 13615937. OLE color: 13615937.

HSL color Cylindrical-coordinate representation of color #41C3CF: hue angle of 185.07º 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 #41C3CF is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 65 195 207 -
CMYK 0.69 0.06 0 0.19
HSL 185.07º 0.6% 0.53% -
HSV(B) 185.07º 0.69% 0.81% -
XYZ 32.96 44.66 65.91 -
YUV 157.5 155.93 62.02 -
System Red Green Blue C M Y K H S L
Decimal 65 195 207 0.69 0.06 0 0.19 185.07 0.6 0.53
Hex 41 C3 CF 45 6 0 13 B9 3C 35
Octal 101 303 317 105 6 0 23 271 74 65
Binary 1000001 11000011 11001111 1000101 110 0 10011 10111001 111100 110101

Color Harmonies of #41C3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41C3CF

Black with #41C3CF

Text Example


Text Example

White with #41C3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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