Html Css Color HEX #41CFBC Medium Turquoise

📋 copy color: '#41CFBC'

red 65 ◦ green 207 ◦ blue 188

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

Shades of Medium Turquoise #41CFBC

Tints of Medium Turquoise #41CFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.87%

R = 14.13%
G = 45%
B = 40.87%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#41CFBC (or 0x41CFBC) is known color: Medium Turquoise. HEX triplet: 41, CF and BC. RGB value is (65,207,188). Sum of RGB (Red+Green+Blue) = 65+207+188=460 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.13% from 460); Green value is 207 (81.25% from 255 or 45% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 207 - color contains mainly: green. Hex color #41CFBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CFBC is #BE3043. Grayscale: #A2A2A2. Windows color (decimal): -12464196 or 12373825. OLE color: 12373825.

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

Color convert

RGB 65 207 188 -
CMYK 0.69 0 0.09 0.19
HSL 171.97º 0.6% 0.53% -
HSV(B) 171.97º 0.69% 0.81% -
XYZ 33.57 49.38 55.34 -
YUV 162.38 142.46 58.54 -
System Red Green Blue C M Y K H S L
Decimal 65 207 188 0.69 0 0.09 0.19 171.97 0.6 0.53
Hex 41 CF BC 45 0 9 13 AC 3C 35
Octal 101 317 274 105 0 11 23 254 74 65
Binary 1000001 11001111 10111100 1000101 0 1001 10011 10101100 111100 110101

Color Harmonies of #41CFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41CFBC

Black with #41CFBC

Text Example


Text Example

White with #41CFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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