Html Css Color HEX #41CFCF Medium Turquoise

📋 copy color: '#41CFCF'

red 65 ◦ green 207 ◦ blue 207

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

Shades of Medium Turquoise #41CFCF

Tints of Medium Turquoise #41CFCF

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.22%

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

R = 13.57%
G = 43.22%
B = 43.22%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#41CFCF (or 0x41CFCF) is known color: Medium Turquoise. HEX triplet: 41, CF and CF. RGB value is (65,207,207). Sum of RGB (Red+Green+Blue) = 65+207+207=479 (63% of max value = 765). Red value is 65 (25.78% from 255 or 13.57% from 479); Green value is 207 (81.25% from 255 or 43.22% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #41CFCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CFCF is #BE3030. Grayscale: #A4A4A4. Windows color (decimal): -12464177 or 13619009. OLE color: 13619009.

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

Color convert

RGB 65 207 207 -
CMYK 0.69 0 0 0.19
HSL 180º 0.6% 0.53% -
HSV(B) 180º 0.69% 0.81% -
XYZ 35.76 50.25 66.85 -
YUV 164.54 151.96 57 -
System Red Green Blue C M Y K H S L
Decimal 65 207 207 0.69 0 0 0.19 180 0.6 0.53
Hex 41 CF CF 45 0 0 13 B4 3C 35
Octal 101 317 317 105 0 0 23 264 74 65
Binary 1000001 11001111 11001111 1000101 0 0 10011 10110100 111100 110101

Color Harmonies of #41CFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41CFCF

Black with #41CFCF

Text Example


Text Example

White with #41CFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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