Html Css Color HEX #41C8CF Medium Turquoise

📋 copy color: '#41C8CF'

red 65 ◦ green 200 ◦ blue 207

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

Shades of Medium Turquoise #41C8CF

Tints of Medium Turquoise #41C8CF

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.37%

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

R = 13.77%
G = 42.37%
B = 43.86%

CMYK

 C value IS 0.69

 M value IS 0.03

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#41C8CF (or 0x41C8CF) is known color: Medium Turquoise. HEX triplet: 41, C8 and CF. RGB value is (65,200,207). Sum of RGB (Red+Green+Blue) = 65+200+207=472 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.77% from 472); Green value is 200 (78.52% from 255 or 42.37% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #41C8CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41C8CF is #BE3730. Grayscale: #A0A0A0. Windows color (decimal): -12465969 or 13617217. OLE color: 13617217.

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

Color convert

RGB 65 200 207 -
CMYK 0.69 0.03 0 0.19
HSL 182.96º 0.6% 0.53% -
HSV(B) 182.96º 0.69% 0.81% -
XYZ 34.1 46.94 66.29 -
YUV 160.43 154.27 59.93 -
System Red Green Blue C M Y K H S L
Decimal 65 200 207 0.69 0.03 0 0.19 182.96 0.6 0.53
Hex 41 C8 CF 45 3 0 13 B7 3C 35
Octal 101 310 317 105 3 0 23 267 74 65
Binary 1000001 11001000 11001111 1000101 11 0 10011 10110111 111100 110101

Color Harmonies of #41C8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41C8CF

Black with #41C8CF

Text Example


Text Example

White with #41C8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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